Merge pull request #2 from NickCoolii/patch-1

Updated description
This commit is contained in:
Nemesis Fixx
2018-09-29 11:51:55 +03:00
committed by GitHub
+10 -2
View File
@@ -11,9 +11,17 @@ where it is not specified by the client (motivation being, I was specifically us
HOW-TO:
=======
Adapting from the the original How-To:
Send request to your script and set query parametr `csurl` to desired URL with its schema.
To use the proxy effectively you will require a server with .htaccess and mod_rewrite support.
Example:
`https://proxy.xyz.com/proxy.php?csurl=https://github.com`
Also you can use cURL for test in this way:
`curl https://proxy.xyz.com/proxy.php?csurl=https://github.com`
Where `proxy.xyz.com` - your domain name.
INSTALL