Fetching response from a different web server
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I need to write a web application which will post to a specific url, get the response from the url and then analyze the response and put it into a json object and send back to client. We have a mobile application which hits a url. The code within this url is written in Python. It uses Google app engine calls to send a request to a third party, gets the response, packages the response into a json object and returns it to the mobile application. I have not python knowledge and I want to write the whole thing in C#. Is this possible? Any other suggestions? The third party has no web service or any other exposed api.
CodingYoshi Artificial Intelligence is no match for Human Stupidity.