sunzhenguo / pacparser

Automatically exported from code.google.com/p/pacparser
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Fail on URL of file #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Try to open proxy.pac file from URL instead system path

What is the expected output? What do you see instead?
PAC file http://.../pac/proxy.pac doesn't exist

What version of the product are you using? On what operating system?
pacparser-python27-1.3.0, WindowsXP and Windows 7.

Original issue reported on code.google.com by marek.ol...@gmail.com on 3 Oct 2011 at 8:39

GoogleCodeExporter commented 9 years ago
This is working as intended. pacparser doesn't read pac file from URLs.

You can use other tools to download the pac file and give it to pacparser. e.g. 
you can do something like this to test online pacfiles:

curl -s http://wpad/wpad.dat | pactester -p - -u http://www.google.com

Original comment by manugarg on 4 Oct 2011 at 5:48