Versions Compared

Key

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

...

POST https://www.examples.org/oauth?token=5DS7o0QFQ2olod2bIOKDKw9glo3hMx

In If query params are important to your API (which is likely since you need to allow them to be accepted in the first place) you'll want to request retrieve the value of each query param. This could be done by parsing the full URL yourself (which is automatically stored in the FullEndpointURL variable). However, we recommend you use the GetQueryField service (which is a member of the HTTP_Services module). Here is what our code might look like:

...