joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
858 stars 542 forks source link

Any way to encrypt the URL? #102

Closed cyruscook closed 6 years ago

cyruscook commented 6 years ago

I'm trying to encrypt the URL parsed to miniproxy but I dont quite understand the code. Could someone point me to the place in the code where the url to proxy to is found and set so I can then set it to decode it?

joshdick commented 6 years ago

I am not sure what you mean by "encrypt" but the proxy reads its URL from more than one place by design. Look at occurrences of $url on these lines. Given how miniProxy is currently designed, it would be difficult to obfuscate its URL.