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

Fixed: Ajax calls sometimes adds base url when it already is added #111

Closed daanggc closed 5 years ago

daanggc commented 6 years ago

Sometimes the url used in window.XMLHttpRequest.prototype.open aleady is proxiefied and that results in a double base url. This fixes that. (Fixes: #79 )

joshdick commented 5 years ago

Thanks!