WebService remote invoking fails.

Posted by user569913 on Stack Overflow See other posts from Stack Overflow or by user569913
Published on 2011-01-11T20:48:37Z Indexed on 2011/01/11 20:54 UTC
Read the original article Hit count: 133

Filed under:
|
|
|

I have a web service hosted on a web server, I invoke the web service using jquery ajax.

The service returns results successfully when invoked locally from the server, but it fails when invoked from a remote client machine (not in the same domain).

I see the request fail in the firebug returning error (401 UnAuthorized) and the response has the following error (Request format is unrecognized for URL unexpectedly ending in '/List').

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery