
01-30-2012 02:49 PM
If I use the URL
http://localhost/slxmobile/sdata%2f%24system/adapt
On my local machine, I get the expected page back. If I make the same request on a different server I get a Response Failure error message. The failing server is using IIS 6. I have tested this successfully on both IIS 6 and IIS 7 servers. I am trying to figure out what setting in IIS would cause the URL encoding to not be recognized.
This issue causes issues in code similar to the groups code in the sample project. Groups will make a request similar to
sdata/slx/system/-/groups%2F%24queries%2Fexecute? ... blahblahblah
And I get a Response failure error message.
02-01-2012 08:22 AM