I found so many samples for requesting a REST API, but all together are confusing, can some one please explain me a way to use http requests.
My Requirement is, I wa
By any chance, is the server expecting a GET request for this operation? If so, you may want to use HttpGet instead of HttpPost.