我正在尝试使用网址访问网络API:
http://example.com/path/to/my.php
我可以使用上面的URL访问web api,甚至可以添加一些参数,例如
http://example.com/path/to/my.php?a=1
http://example.com/path/to/my.php?documentId=
问题在于我尝试访问
http://example.com/path/to/my.php?documentId=1
页面被重定向到:
http://example.com/#029413641551195635400
如何阻止NoScript重定向?
答案 0 :(得分:0)
此问题是由NoScript的XSS功能引起的。 不知何故,NoScript认为您的请求是XSS尝试。
要解决此问题,请在NoScript的选项>中添加您的网址。高级> XSS> Anti-XSS Protection Exceptions:
^http://example.com/.*$