php-proxy-app icon indicating copy to clipboard operation
php-proxy-app copied to clipboard

Downloading searches

Open nid666 opened this issue 6 years ago • 3 comments

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?

nid666 avatar Feb 15 '19 01:02 nid666

I get the same, URL mode 3.

Benji-Collins avatar Feb 15 '19 01:02 Benji-Collins

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?

nid666 avatar Feb 15 '19 03:02 nid666

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.

tslol avatar Aug 29 '19 13:08 tslol