Versions Compared

Key

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

Web APIs can pass in parameters in three different ways: 1.) Query Params, 2.) Request HeadersHeader Fields, and 3.) Request Body. This article will explain how to retrieve the value of a parameter for each of these scenarios.

...

Warning

Note: query params are case sensitive.

Request Headers Fields

HTTP requests can also include headers fields, Like query params, they are formatted as name/value pairs with the equal sign ("=") character separating the header name from the header value.

Request Body