Request method
I am trying to get the 'request method' (POST, PUT, GET), but somehow it doesn't work.
On localhost I do get the request method used back correctly, only on our server it always returns 'GET'.
When I put the code on the server in a different folder I do get the method back.
What should I be looking for that might overrule or change the 'request method'?
Tested with: GetHttpRequestData().method and cgi.REQUEST_METHOD
Using: Postman
On ColdFusion: 11
Background: working with CF11 but without CF11 devs. trying to maintain code from my PHP experience.
Any help would be greatly appreciated, thanks!
