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 Headers, and 3.) Request Body. This article will explain how to retrieve the value of a parameter for each of these scenarios.

Query Params


Request Headers


Request Body