Hello,
I have observed that my CGI script on MS IIS 5.1 will run but receive a form CONTENT_LENGTH of 0 when I do the following:
1) I have IE 6 SP2 log onto a page with a form on my website using integrated windows authentication;
2) I configure my CGI script to run using the anonymous account only;
3) I click on the submit button on the form, having IE 6 SP2 POST the form to my CGI script.
I have also observed that the CGI script will in fact receive POSTed form data when I:
1) have IE 6 SP2 log onto the page using basic authentication instead of integrated windows authentication,
2) have IE 6 SP2 log onto the page using the anonmyous account only, even if I have the CGI script use integrated windows authentication only.
I am thinking that IE 6 somehow decides to not send the POSTed form's data when the authentication method of the CGI script is anonymous. Perhaps this is part of a set of security changes in IE 6 SP2?
I have not been able to reproduce this behavior in IE 5 or (of course) Netscape 6, 7 or 8.
Has anyone else encountered this? Is this a defect in IE 6 or IE 6 SP2?
Thank you in advance for your help.
Richard
I have observed that my CGI script on MS IIS 5.1 will run but receive a form CONTENT_LENGTH of 0 when I do the following:
1) I have IE 6 SP2 log onto a page with a form on my website using integrated windows authentication;
2) I configure my CGI script to run using the anonymous account only;
3) I click on the submit button on the form, having IE 6 SP2 POST the form to my CGI script.
I have also observed that the CGI script will in fact receive POSTed form data when I:
1) have IE 6 SP2 log onto the page using basic authentication instead of integrated windows authentication,
2) have IE 6 SP2 log onto the page using the anonmyous account only, even if I have the CGI script use integrated windows authentication only.
I am thinking that IE 6 somehow decides to not send the POSTed form's data when the authentication method of the CGI script is anonymous. Perhaps this is part of a set of security changes in IE 6 SP2?
I have not been able to reproduce this behavior in IE 5 or (of course) Netscape 6, 7 or 8.
Has anyone else encountered this? Is this a defect in IE 6 or IE 6 SP2?
Thank you in advance for your help.
Richard