我正在使用通过Web服务方法进行更新的参数。 请参阅下面的帖子。
Post: http://myweb.com:8241/web/Dashboard.aspx/BindDatatable
Host: localhost:8241
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/json; charset=utf-8
X-Requested-With: XMLHttpRequest
Referer: http://myweb.com:8241/web/Dashboard.aspx
Content-Length: 49
Cookie: .ASPXANONYMOUS=ltv9ZiqjzgEkAAAANGZlZTY2ODItYmFkMy00OWI5LWIxMDktNGU5NTg4M2IyOTVj2fU3SjopgaEx5DOYla827v7hFQNzpmfoFvRqDv1859g1; ASP.NET_SessionId=1bro3mtv1gbcqswhlced251h
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
发送内容?
{stat: "201541",search:"",points:"100",delete:""}
是否有可能这个帖子内容进行加密?或修改我的代码不使用json?我只是混淆了这一点,我想我即将在这里构建漏洞。请帮忙。
+1
您的内容不正确JSON。钥匙需要被引用。使用'JSON.stringify()',不要试图推出自己的JSON。 –