Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JWT Query String Hash for Post request

Phil_Dimeski
Contributor
December 6, 2018

Hi there, 

I am reading the docs for created the query string has for a jwt token and came across the following statement:

Sort the parameters primarily by their percent-encoded names and secondarily by their percent-encoded values.

  • Include all the parameters from query string if it is a GET request.
  • Include all the post data in payload if it is a POST request.

When I construct it using a post request I do not sort or order to parameters for the canonical query. I dont include the canonical query at all and the token still seems valid. Does this mean that this part of the above statement is false?

  • Include all the post data in payload if it is a POST request.

 

I also noticed here, at the bottom for post request there is no canonical query? 

 

Cheers, Phil 

0 answers

Suggest an answer

Log in or Sign up to answer