Recently I had to capture some HTTP and HTTPS requests and responses for documentation I was writing. My first thought was to use the HTTP Inspector from ActiveState Komodo 4.0. Unfortunately, HTTP ...
SOCKS is built in to OpenSSH, so it's a trivial matter to set up a local SOCKS proxy with the -D flag. For example: $ ssh -D 12345 myuser@remote_ssh_server will open up the port 12345 on your local ...
If you are in an environment that disallows the use of SSH and forces the use of an HTTP proxy, it is possible to use that HTTP proxy as a transport for SSH. Vincent Danen explains how to use the ...
Facebook today announced that it is open sourcing Proxygen, the C++ HTTP libraries — including an HTTP server — that it uses internally. The company has open-sourced quite a bit of its code in recent ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Does anyone have a better solution to the event below than to increase the max limit as outlined in an example of the only solution I've been able to find below? Code: Log Name: Application Source: ...
i believe you can only specify one IP/port combo in the http_proxy environment variable. a possibly easier method than setting up clusters or VIPs, would be to setup round-robin DNS entires for the ...
How to set up web filtering solution on Squid Proxy Your email has been sent Guest contributor Rafael Akchurin of QuintoLabs presents this how-to article on setting up web content filtering on Squid ...