Below is my code for consuming the rest JSON webservice in C#.net.
I am able to extract information using POSTMAN, but when i execute my code in my application, it returns me 404 Not found error.
Can anyone please let me know what is wrong in this code? Am i passing the header parameters correclty?
I tried using GetResponseStream() as well instead of GetResponse() function but it gives me the same error.
Note: i am using 99.99.9.999 is just for security display purpose. i am using my host name instead of this one in my application.
HttpWebRequestGo to the complete details ...