-
Notifications
You must be signed in to change notification settings - Fork 85
update docs around sending chaff requests #1234
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikehelmick, sethvargo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
* MUST resent the `X-API-Key` header with a valid API key (oterwise you will | ||
get an authorized error) | ||
* MUST be sent via a `POST` requesxt, otherwise you will get an invalid method |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* MUST be sent via a `POST` requesxt, otherwise you will get an invalid method | |
* MUST be sent via a `POST` request, otherwise you will get an invalid method |
|
||
Chaff requests: | ||
|
||
* MUST resent the `X-API-Key` header with a valid API key (oterwise you will |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* MUST resent the `X-API-Key` header with a valid API key (oterwise you will | |
* MUST send the `X-API-Key` header with a valid API key (otherwise you will |
Chaff requests: | ||
|
||
* MUST resent the `X-API-Key` header with a valid API key (oterwise you will | ||
get an authorized error) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get an authorized error) | |
get an unauthorized error) |
get an authorized error) | ||
* MUST be sent via a `POST` requesxt, otherwise you will get an invalid method | ||
error | ||
* SHOULD send a valid JSON body with padding out to the same size as the rest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* SHOULD send a valid JSON body with padding out to the same size as the rest | |
* SHOULD send a valid JSON body with random padding similar in size as the rest |
Proposed Changes
Release Note