RESTful implementation notes

A relatively complex parameter; storing it as JSON looks nicer, but GET cannot place JSON in the body — you must percent-encode it, serialize the JSON, and then put it into GET query or path parameters.

Security issue:https://stackoverflow.com/questions/51295877/is-it-safe-to-send-user-email-in-a-get-requestarrow-up-right

Last updated