Hello, I hope somebody can help me. I have a website which has a form using 'post' as method. If I submit the post arguments are not empty. (In the php script which handle the request the $_POST array is not empty)But if I additional load the apache module 'mod_auth_sspi' with this configuration
<IfModule mod_auth_sspi.c> <Location /> AuthType SSPI AuthName "Trial SSO" Require valid-user SSPIAuth On SSPIAuthoritative On </Location> </IfModule> then the receiving post argmuents are empty (In the php script which handle the request the $_POST array is empty) This is on Windows XP using IE 8.0.6001.18702 and andApache/2.2.16 (Win32) mod_auth_sspi/1.0.5-beta mod_ssl/2.2.16 OpenSSL/0.9.8o
Has anybody any ideas ? with best regards Hendrik Schmieder --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx