Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 06, 2008 06:36 PM by vicpal25
Participant
994 Points
427 Posts
Jun 06, 2008 06:36 PM|LINK
I read Scott Gu's article on
http://weblogs.asp.net/scottgu/archive/2007/04/04/json-hijacking-and-how-asp-net-ajax-1-0-mitigates-these-attacks.aspx
I want to try to test my apps using the Get calls through HTPP. I know Ajax Web Service calls are set to POST. Web Services might get scary.
<System.Web.Script.Services.ScriptMethod(UseHttpGet = True)> _
vicpal25
Participant
994 Points
427 Posts
UseHttpGet not declared on a Web Service Method declaration
Jun 06, 2008 06:36 PM|LINK
I read Scott Gu's article on
http://weblogs.asp.net/scottgu/archive/2007/04/04/json-hijacking-and-how-asp-net-ajax-1-0-mitigates-these-attacks.aspx
I want to try to test my apps using the Get calls through HTPP. I know Ajax Web Service calls are set to POST. Web Services might get scary.
<System.Web.Script.Services.ScriptMethod(UseHttpGet = True)> _