-1
votes
1answer
23 views
what is a http proxy [closed]
what is a http proxy.. How is it implemented..
1
vote
1answer
31 views
How do I get HTTP::Proxy to log filter information?
I'm having some trouble getting filters working with HTTP::Proxy and I just can't seem to figure out what I should add to the logmask() function to get that information.
I've got a log file, that …
0
votes
0answers
8 views
Apache Reverse Proxy Server.
I have been trying to set up a reverse proxy to IIS6.0. The the charset is gb2312. But the responses the proxy server sent to browser were not as expected. I understood that the libxml2 needs to …
2
votes
2answers
353 views
Does urllib2 in Python 2.6.1 support proxy via https
Does urllib2 in Python 2.6.1 support proxy via https?
I've found the following at http://www.voidspace.org.uk/python/articles/urllib2.shtml:
NOTE
Currently urllib2 does not support
…
0
votes
1answer
32 views
Capture IE resource requests
I am trying to create a custom HTTP request/response logger for Internet Explorer. In my application I have an embedded browser object. I have a pointer to IWebBrowser2 interface. This interface has …
0
votes
0answers
14 views
How to use Squid(Proxy and reverse proxy) with joomla
hi
i want some optimization tips on joomla performance i used memcache but i dont now how to use proxy and reverse proxy () with joomla please help
Thanks
0
votes
1answer
17 views
How to handle proxies when using QNetworkAccessManager
Hey everyone,
I'm facing some trouble when using the class QNetworkAccessManager.
I use it to download a simple file from an url like "http://www.foo.com/bar/foobar.txt".
When I start a download I …
2
votes
6answers
156 views
HTTP debugging proxy for Linux and Mac
I use the Fiddler proxy to debug all kinds of HTTP issues on Windows. It's great for inspecting headers and responses across multiple pages.
Is there a good HTTP debugging proxy for Mac and Linux? I …
1
vote
2answers
21 views
Ruby - Socks4 proxy with WWW::Mechanize and NET::HTTP::GET
Hey,
I searched on google and read in the ruby manuals, but I couldn't find a way to use WWW::Mechanize and NET::HTTP::GET over a socks4 proxy.
I read, that WWW::Mechanize is a subclass of the …
0
votes
4answers
44 views
Socket Proxy Server
Suppose Client A connects though TCP/IP Sockets to Server B
Is it possible to create a Proxy Like Server thing to do this:
Client A Connects to Proxy X ; And tried to authenticate to the server …
0
votes
0answers
28 views
How To Authenticate Socks 5 Proxies Inside PAC (Proxy Auto Config) Files
How can you setup PAC files to use SOCKS proxies with authentication?
Using this simple PAC file as an example:
function FindProxyForURL(url, host) { return "SOCKS 69.123.133.75:7257;"; }
How …
0
votes
4answers
55 views
job scheduling in linux
hi, I want to schedule access to some website for a limited period of time say for 1 hour every day. How can i do that using cron job in linux. or can i do that using linux squid server?.
0
votes
2answers
221 views
WCF Proxy Generation
I use svcutil to generate my wcf proxy that is calling a WSE2 web service.
The problem comes when the web service author changes the order of fields in the proxy.
I examined the generated proxy and …
0
votes
0answers
17 views
Creating robust HTTP connection for dummy users with WinINET
I'm making a program which downloads a simple file from internet on Windows, using
Wininet family API because I want to utilize its IE-compatible proxy behavior. As you all know, current IE has …
0
votes
1answer
474 views
How to connect to SQL Server through proxy server
Is it possible to connect to SQL Server server through proxy (http) using SQLSERVER oledb provider?
How can I specify proxy address and port in connection string if it's possible?
What nonstandard …
