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 ...
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 ...
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 ...
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 ...