-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Conversation
Do you have a stable build that includes the --no-proxy proxy exceptions that you can send me? I compiled the source code from your fork, which compiled successfully, but upon running phantom crashes immediately. |
Hi gaje, I used my phantom fork on ubuntu 14.04 x86_64 and Centos 5.6 x86_64 to supervise web sites. Regards |
b3cd914
to
c4df640
Compare
573e969
to
b483dd6
Compare
We apologize for ignoring this PR for nearly a year. I don't understand what you mean by "add a new command line option --no-proxy to filter proxy exceptions", and the code doesn't clarify matters enough for me to be sure. Could you please try again to explain the new feature? |
@zackw Any chances this will be resolved? Is a new PR needed?
|
We already have |
I need it for a |
1842ba8
to
842715b
Compare
@zackw Any news to accept this? Any infos needed? Should this PR be refactored? |
Hi @gabel , @vitallium , @kramsee , @zackw , @gaje This feature was important for me with phantom 1.9.7 because many of web Intranet appliances (direct access) required Internet Data geolocation (proxies configuration) So I need the same features that a real web browser (graphic browser that means) , more than WebPage::setProxy . Can you filter each url in using setProxy on request event (very user-friendly) ? Fortunately, phantomJS 2.1.1 use environment variables on Linux so I didn't have to use my PR any more with this workaround just using :
I don't know about windows environment variables. Best Regards |
@jefleponot thx for the information, i'm going to check the environment |
e024f31
to
5d99f2a
Compare
Any news on this feature? |
@EugenioLaghi After switching to phantomJS >= 2.1.1 the environmental bash/sh variable |
The environment variable doesn't do anything if you're just using PhantomJS directly - perhaps if you have some complex selenium setup it does, but if I search the source of master for PhantomJS, there is no reference to no_proxy at all :( This feature would be very useful - to be able to not use a proxy for specific hosts, because you want to handle them separately. |
@petestorey26 I guess it's not phantomJS but a dependency. We're able to use |
OK thanks, so what are you using then? Are you having something else drive phantom and provide the proxying? |
#12131
add a new command line option : --no-proxy
to filter proxy exceptions
it compiles and works well to me :-)
Can you help me to complete tests files ?
Cu everybody