I want to use wget through a proxy which uses .pac config.
When I googled a bit, I found that .pac is a javascript file and wget cannot parse it based on the following url
Is there any work around?
Thanks in advance
|
I want to use wget through a proxy which uses .pac config. When I googled a bit, I found that .pac is a javascript file and wget cannot parse it based on the following url Is there any work around? Thanks in advance | |||
|
feedback
|
|
If the If the file is too complex or changes a lot, you could write a small script in python using the pacparser library. | |||
|
feedback
|