I have to communicate with a HTTP server that is waiting for GET methods. How I change the method that is sent from POST to GET?
I'm using a Http Direct Basic routing definition to send the requests by calling ep.call
I was trying with X-HTTP-RequestMethod property , but I didn't succeeded.