Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP requests can also include header fields, Like query fields, they are formatted as name/value pairs with the equal sign ("=") character separating the field name from the field value. There are a number of pre-defined header fields but developers can also define their own.

Warning

Note: Please review the Required Settings section in the Registry Configuration article to properly enable custom header fields.

Here are a few examples of header fields:

Code Block
languagejs
Accept: image/jpeg
Authorization: Basic dGVzdDp0ZXN0
Cache-Control: no-cache
Accept-Encoding: gzip, deflate


Request Body