JoshuaPaschal
Programmer
I have the following line within a CGI file:
<form method="POST" action="login-providers.shtml">
When i click the SUBMIT button, i get error "HTTP 405" which means that the POST method is not allowed for SHTML files.
How do i setup the server to allow shtml files to accept the POST method?
Withing the SHTML there is a SSI call to another CGI script which will recieve the POST method....
GET works just fine but, i need to use POST because if i use GET, sensitive informaotin (password,etc) show up in the URL.
Thanks,
Josh
<form method="POST" action="login-providers.shtml">
When i click the SUBMIT button, i get error "HTTP 405" which means that the POST method is not allowed for SHTML files.
How do i setup the server to allow shtml files to accept the POST method?
Withing the SHTML there is a SSI call to another CGI script which will recieve the POST method....
GET works just fine but, i need to use POST because if i use GET, sensitive informaotin (password,etc) show up in the URL.
Thanks,
Josh