This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Disable PhantomJS Redirects #38
Comments
It should follow the redirect, not disable it, right? |
yeah seems like a default follow of the redirect would make sense since just like curl -L |
alas since we are execing the phantom binary it kinda limits our options here, imho it would be nice to use the npm wrapper to then be smart about following redirects. thoughts? |
@samccone I don't get what you mean as it's supposed to be implemented in the phantom script ariya/phantomjs#10389 (comment) |
I see what you mean @sindresorhus it "should" work, I was just pointing out that we could be smart about it within phantom's |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using something like the following will stall and error out PhantomJS, due to the URL redirect in the HTML.
The text was updated successfully, but these errors were encountered: