Open2023/08/31にコメント追加6CloudFront+ALB+EC2ヘッダーを伝搬tomoki2023/08/18動的にヘッダーを伝搬したい際 https://qiita.com/albyte/items/db4fde35e151c94ae0ec 返信を追加tomoki2023/08/18https://techblog.zozo.com/entry/lambda-edge 返信を追加tomoki2023/08/18https://dev.classmethod.jp/articles/cloudfront-host-header-forward/ 返信を追加tomoki2023/08/18https://qiita.com/jobbin/items/b70e58e1fc5d97dbc0fc 返信を追加tomoki2023/08/18に更新これ ビヘイビアを編集する。ALLにすると全てのリクエストがオリジンへ流れる。 キャッシュの意味はない。 https://tech.kurojica.com/archives/37717/ 返信を追加tomoki2023/08/31Terraform CloudFront forwarded_values { headers = ["*"] query_string = true cookies { forward = "all" } } 返信を追加
tomoki2023/08/18に更新これ ビヘイビアを編集する。ALLにすると全てのリクエストがオリジンへ流れる。 キャッシュの意味はない。 https://tech.kurojica.com/archives/37717/ 返信を追加
tomoki2023/08/31Terraform CloudFront forwarded_values { headers = ["*"] query_string = true cookies { forward = "all" } } 返信を追加