You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hendrik Schmieder <he...@jedox.com> on 2012/06/12 11:41:01 UTC

[users@httpd] mod_auth_sspi and post request on Windows XP

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
and
Apache/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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org