Entoverse

Reactのこと

API Gateway

AWS API Gateway エンドポイント EdgeでAuthorization通らない?

AWS API GatewayのエンドポイントをEdge(CloudFront)にすると Swift (アプリ側) の URLRequestのsetValue()はAuthorization通るのに C#側 HttpRequestMessageのHeaders.Add()のAuthorizationが通らない なぜ?何が違うのかな?

Lambda + API Gateway No 'Access-Control-Allow-Origin' header

下記のように、AWS API Gatewayで[CORSの有効化]をなんど試してもうまくいかない場合 Access to XMLHttpRequest at '*.ap-northeast-1.amazonaws.com/*' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-…