I need to access to service from windows-client? that can be called by ajax – GET request. and returns XML
if i using HttpWebRequest request = HttpWebRequest.Create...
And it return’s 0-length response (in browser it retun correct response)
i think problem is – server detects that query as non-xhttp query (is there any difference?)
Thank you.
It’s possible that the service only responds to requests coming from a browser; I’d find that a little strange, but not unheard of.
However, if that is the case you can emulate a browser request: