It is currently October 9th, 2024, 6:50 pm
Proxy how to?
-
- Posts: 7
- Joined: June 2nd, 2010, 3:20 pm
Proxy how to?
Hello, I am new to this program and am running the latest candidate version from the home page, but im n a corporate network here at work, but not able to find where to input proxy settings, can you please help me out. Thank you
-
- Developer
- Posts: 1270
- Joined: April 3rd, 2009, 4:31 am
- Location: NC, US
Re: Proxy how to?
There is currently no way to use authenticated proxies.
-
- Posts: 7
- Joined: June 2nd, 2010, 3:20 pm
Re: Proxy how to?
its not an authenticated proxy, its just a proxy for work, i have a URL/IP and a Port #, thats it. No username or password
-
- Developer
- Posts: 1270
- Joined: April 3rd, 2009, 4:31 am
- Location: NC, US
Re: Proxy how to?
In that case.
Proxy=yourservernamehere
I hate to say it but I think each WebParser Measure will needThe Manual wrote:Proxy
Name of the proxy server. The plugin doesn't support any authentication so it's possible to use only servers that does not require it or you need a some different way to authenticate yourself to the proxy server.
Proxy=yourservernamehere
-
- Posts: 7
- Joined: June 2nd, 2010, 3:20 pm
Re: Proxy how to?
what about port?
will it be like this:
Proxy=blah.blah.com:83
for example?
will it be like this:
Proxy=blah.blah.com:83
for example?
-
- Posts: 7
- Joined: June 2nd, 2010, 3:20 pm
Re: Proxy how to?
and also, what do you mean by "each WebParser Measure"
-
- Posts: 667
- Joined: April 18th, 2010, 2:16 pm
- Location: NY, USA
Re: Proxy how to?
Anything like so:elite-fusion wrote:and also, what do you mean by "each WebParser Measure"
[Measure1]
Measure=Plugin
Plugin=Plugins/WebParser.dll
([Measure1] will be different each time and in fact you may not even see it like that, the next two items are the important ones.)
-
- Developer
- Posts: 22847
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Proxy how to?
Actually, only a WebParser measure that goes out to the web will need the proxy statement. WebParser measures that have:JpsCrazy wrote: Anything like so:
[Measure1]
Measure=Plugin
Plugin=Plugins/WebParser.dll
([Measure1] will be different each time and in fact you may not even see it like that, the next two items are the important ones.)
URL=[MeasureName]
to refer to a "main" WebParser measure that actually goes out to the web, won't need it. In most skins, this means only the first WebParser measure will need it.
-
- Developer
- Posts: 1270
- Joined: April 3rd, 2009, 4:31 am
- Location: NC, US
Re: Proxy how to?
The documentation does not mention a port number.
-
- Developer
- Posts: 22847
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Proxy how to?
WebParser uses a pretty standard Windows API for connecting, and the format of
Proxy=YourProxyServer.com:PortNumber
Should work. I don't have any way to test it really, but give that a try.
Proxy=YourProxyServer.com:PortNumber
Should work. I don't have any way to test it really, but give that a try.