Question

Currently I have webservice running on the Mono platform. When I call the service I get the data in the form of msg, and not msg.d. Any thoughts?

Update:

Wow, this turns out to be a big deal. As Phil Haack explains, this opens up the possibility of an XSS attack when you use a GET to fetch the data. Question still stands: should this be fixed?

Was it helpful?

Solution

As said Justin on mono-aspnet-list@lists.ximian.com:

This is a bug. It has been fixed in 2.6 svn and in the trunk.

http://lists.ximian.com/pipermail/mono-aspnet-list/2010-March/000663.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top