Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドキュメントでは、ヘッダー名を次のように参照していますHTTP_X_SHOPIFY_HMAC_SHA256
HTTP_X_SHOPIFY_HMAC_SHA256
サーバーに着信する Webhook リクエストを見ると、ヘッダーの名前はx-shopify-hmac-sha256
x-shopify-hmac-sha256
正しい名前はどれ? 大文字と小文字は区別されますか?
RFC 2616によると、HTTP ヘッダーは大文字と小文字を区別しません。メッセージ ヘッダーというタイトルのドキュメントのセクション 4.2 を参照してください。