Hi. I’m having issues with http request not passing parameters to the URL on a POST request. On GET requests the parameter works fine and passes to the URL without any issue
However, when using POST (or any other request for that matter), the parameter does not pass at all. The parameter is the same, only the request method changed
Why are the parameters passing only when using GET and not other requests?