2017-01-01から1年間の記事一覧

Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response. Flask & Angular

angularからflaskにAPIアクセスすると上記のようなヘッダー Failed to load http://localhost:5000/hoge/: Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response. のようなエラーが発生しました。 理由…

macのdocker上でre:dash動かす

結構いろんな日本語のドキュメント出回っていてうまくre:dash立ち上げる事ができなかったのでメモ。Setting up a Redash instance · Redash Help CenterこちらのドキュメントをみればOK。以下手順 git clone https://github.com/getredash/redash.git cd red…