Very simple proxy

N|Solid

Possible Future Features

  • Support to SSL Connections with SSLConnectionSocketFactory
  • Implement a Blacklist or Whitelist of urls
  • Support to multipart data
  • Support to automatic redirection when the http status is 3xx

Execute

To execute can use the IDE that prefered

Use

This is an example of query with curl using the local proxy:

curl -i --proxy 127.0.0.1:8080 http://www.google.com

License

MIT