lapwinglabs / x-ray-phantom

phantom driver for x-ray.
111 stars 29 forks source link

NETWORK_ERR: XMLHttpRequest Exception 101 #16

Closed tuananh closed 8 years ago

tuananh commented 8 years ago
phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occurred in synchronous requests.

From this answer on StackOverflow, i would need to --web-security=[true|false]. How do i do that with x-ray-phantom?

tuananh commented 8 years ago

x = Xray().driver(phantom({webSecurity:false})) this works for me