Athlon1600 / php-proxy-app

Web Proxy Application built on php-proxy library ready to be installed on your server
https://www.php-proxy.com/
MIT License
824 stars 518 forks source link

Downloading searches #150

Open nid666 opened 5 years ago

nid666 commented 5 years ago

When pressing the back button in a browser multiple times, the browser is unable to load the previous webpage and downloads a file onto the computer. I am using the encryption by session + IP because this problem would never happen with the other encryption types. Any fixes?

Benji-Collins commented 5 years ago

I get the same, URL mode 3.

nid666 commented 5 years ago

I get the same, URL mode 3.

Any idea why it happens? Not too familiar with the way sessions are handled; are new sessions created each time you go to a new site in the same tab?

tslol commented 5 years ago

What is happening here is since we aren't just creating a .php or .html file that you are viewing and instead encrypting the url the browser looks at it as some random file and will download it. What you download is actually all of the page contents in html, css, and javascript.