About undocumented X-Amz-Target header in Amazon Cognito User Pools APIs

0

I found some posts use X-Amz-Target header to specify the Action to invoke, but I couldn't find any information about X-Amz-Target in Amazon Cognito User Pools API Reference. Where can I learn about X-Amz-Target in Cognito User Pools APIs from AWS official documentations?

profile picture
HS
質問済み 8ヶ月前674ビュー
2回答
0
承認された回答

I asked AWS support, and they said there is no official documentations for 'X-Amz-Target' header. We need to use AWS SDK to send HTTP request, or if we really need to send a plain HTTP request, we need to discover the correct syntax by debugging the AWS SDK.

profile picture
HS
回答済み 8ヶ月前
0

Hi,

See https://docs.aws.amazon.com/transfer/latest/userguide/making-api-requests.html

x-amz-target	
This header specifies the version of the API and the operation that you are requesting. 
The target header values are formed by concatenating the API version with the API name 
and are in the following format.

Also this post will detail how it is used in API calls: https://frichetten.com/blog/aws-api-protocols/

Best, Didier

profile pictureAWS
エキスパート
回答済み 8ヶ月前
  • Hi, Didier! Thanks for the response.

    Yes, AWS Transfer Family does support X-Amz-Target header because it is clearly mentioned in its docs, but AWS Cognito User Pools has no information about X-Amz-Target.

    In fact, there are some services don't use X-Amz-Target header to specify Action and not all request methods are POST (e.g., Amazon EC2, Amazon S3) so I feel uncomfortable without finding official information to guarantee the legitimacy of the syntax.

    https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html#using-libraries https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAPI.html

    Is it the de facto standard that all services use / as request path, POST as request method, X-Amz-Target to specify Action, and require Content-Type to be set to application/x-amz-json-1.1? (I couldn't find the source of that information, either)

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ