@Martin Kallukalam Thanks for getting back, The send-request
policy does not automatically encode the body in URL-encoded format when the header application/x-www-form-urlencoded
is specified. You need to manually encode the body in URL-encoded format using the set-body
policy.
The '=' character does not need to be URL encoded because it is a reserved character used to separate keys and values in the query string format. When forming a URL-encoded body, the '=' character is used to assign values to keys, and it is understood by the server as part of the key-value pair structure.
do let me know incase of further queries, I would be happy to assist you.