HTTP and FTP Proxy server based on RFC-1945, RFC-2616, RFC-959 in Java Language
Note: This Proxy only works with HTTP 1.0, HTTP 1.1 and FTP request messagesThere is no dependency package for using Proxy-Server. You only require Java with JDK version greater or equal to Java-8
- Steps:
$javac ProxyServer.java
-
$java ProxyServer {port}
where port is integer and 1024 <= port <= 65535
Here,port means the port number on which you would like to receive the request from apache