I'm a little worried about posting information via jQuery. In particular when, in WebForms, I do a call to a WebMethod within my form I can obviously intercept the call and data.
Is there any way to secure this communication or is it a case of write your services in such a manner that they can't be used against you?
If it's the latter, what techniques have others used to secure their WebMethods? I'm more interested in solutions where WebForms and jQuery are being used and where the jQuery call is being made to a WebMethod in the code behind of the actual page.