📎 AI Summary:
The user reports a peculiar issue on their Windows 10 laptop where a simple PHP login form fails to submit data across multiple browsers, despite working correctly elsewhere and with identical scripts on other servers or operating systems. The problem does not occur on Linux systems or when accessing the site via HTTP instead of HTTPS on Windows. They seek insights into why this HTTPS-related issue is specific to Windows and their setup.

pzbrawl

Extraordinary Member
Joined
Apr 4, 2012
Messages
6
Thread Author #1
Here's an odd one. On a Windows 10 laptop (build 19042), a webpage at one particular web host suddenly misbehaves in an elementary way: a simple PHP login form which posts to itself fails entirely to post the user's data input---once Submit is clicked, the form repopulates with the browser's saved defaults and fails to populate the $_POST[] array. $_POST[] remains empty.

The problem occurs with Chrome, Firefox and Microsoft Edge.

It does not occur with other identically coded scripts at the site of this misbehaving script.

It does not occur with the same script running on this machine's Apache webserver, or at another web host.

It does not occur when the problem web script is accessed from a Linux VM running on the WIn10 laptop, or on other machines running varieties of Linux and Windows.

On the problem machine, BitDefender and MalwareBytes find no issues anywhere on the machine, nor in the PHP script itself.

At the problem website, scans find no infection or malware issues.

I'm at a loss. Any ideas/suggestions would be much appreciated.
 

pzbrawl

Extraordinary Member
Joined
Apr 4, 2012
Messages
6
Thread Author #2
It gets odder.

In Windows, the problem goes away when such scripts run on the target server with just http rather than https.

In browsers under Linux, however, there are no such problems.

Ideas anyone?
 

Last edited: