admin管理员组文章数量:1193313
I am making a synchronous ajax call ( ajax settings async: false ). This works well.
Now I'm trying to write an automated test for this in phantomJS and I'm getting this error
NETWORK_ERR: XMLHttpRequest Exception 101
I checked my service logs and it seems like service is not getting any request.
I am making a synchronous ajax call ( ajax settings async: false ). This works well.
Now I'm trying to write an automated test for this in phantomJS and I'm getting this error
NETWORK_ERR: XMLHttpRequest Exception 101
I checked my service logs and it seems like service is not getting any request.
Share Improve this question asked Apr 9, 2013 at 21:45 sublimesublime 4,16110 gold badges57 silver badges97 bronze badges1 Answer
Reset to default 27Try disabling the web security by using the command-line option --web-security=no
when running your script. (phantomjs --web-security=no yourscript.js
)
From the PhantomJS reference (http://phantomjs.org/api/command-line.html):
"--web-security=[true|false]
enables web security and forbids cross-domain XHR (default is true). Also accepted: [yes|no]
本文标签: javascriptPhantom JS synchronous AJAX requestNETWORKERR XMLHttpRequest Exception 101Stack Overflow
版权声明:本文标题:javascript - Phantom JS synchronous AJAX request : NETWORK_ERR: XMLHttpRequest Exception 101 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738426959a2086181.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论