You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,26 @@
4
4
<p>HTTP and FTP Proxy server based on RFC-1945, RFC-2616, RFC-959 in Java Language</p>
5
5
<strong>Note: This Proxy only works with HTTP 1.0, HTTP 1.1 and FTP request messages</strong>
6
6
<hr/>
7
+
<h2>What should I do before using ProxyServer</h2>
8
+
<ol><p>Following are the steps in order to setup commonly used browsers:</p>
9
+
<li>
10
+
Mozilla:<br/>
11
+
Goto Settings ← Click Advanced(at bottom-most & center of General page) ← Click Settings ← Update you IP address and port to ProxyServer's IPaddress and port
12
+
</li>
13
+
<li>
14
+
Chrome / other browsers:<br/>
15
+
Goto Settings ← Network Settings(at bottom-most & center of page) ← Click Open your computer's proxy settings ← Update you IP address and port to ProxyServer's IPaddress and port
16
+
</li>
17
+
</ol>
18
+
<hr/>
7
19
<h2>How to Use?</h2>
8
20
<p>There is no dependency package for using Proxy-Server. You only require Java with JDK version greater or equal to Java-8</p>
9
21
<ol><em>Steps:</em>
10
22
<li><code>$javac ProxyServer.java</code></li>
11
23
<li>
12
24
<code>$java ProxyServer {port}</code><br/>
13
25
where <em>port is integer</em> and <em>1024 <= port <= 65535</em><br/>
14
-
Here,<em>port</em> means the port number on which you would like to receive the request from apache
26
+
Here,<em>port</em> means the port number on which you would like to receive the request from apache
0 commit comments