$_POST variables coming through empty in IE7 for one subfolder

前端 未结 4 1841
Happy的楠姐
Happy的楠姐 2021-01-15 14:30

I\'ve having trouble with $_POST variables not being received from forms within a PHP website.

To clarify the problem, I created this simple PHP script \"POST_test.p

4条回答
  •  既然无缘
    2021-01-15 15:00

    This problem can be worked around by disabling pre-authentication in IE. In the registry:

    "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
    

    On the Edit menu, Add Value name DisableNTLMPreAuth as a type REG_DWORD and set the data value to 1 (true).

    For more information see this bug report and Microsoft KB 251404.

提交回复
热议问题