|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS6 504 Post Error
There seems to be a problem with IIS6 treating the following POST request. For instance this request (URL address blocked: See forum rules) will receive a 504 HTTP_STATUS back from IIS. You can try this for yourself using the following simple post and get requests.
<html xmlns="(URL address blocked: See forum rules)" > <head> <title>Untitled Page</title> </head> <body> <form method="post" action="(URL address blocked: See forum rules)"> <input type="text" name="txt1" id="txt1" value="Test1" /> <input type="text" name="txt2" id="txt2" value="Text2" /> <button type="submit" value="Work you bastard!" >Work you bastard!</button> </form> </body> </html> Interestingly enough the same request in the form of a get or a slash is added to the end of the post request ((URL address blocked: See forum rules)), IIS works as configured and serves the default aspx page from the folder. Is there anyway to configure IIS to respond to this post request without the slash? A redirect is not an option, and we cannot change the URI. This is a critical requirement in our design. |
|
#2
|
|||
|
|||
|
Since links are not allowed until you have a few posts under your belt, we can't see your form action.
What's the error description for a 504 error?
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS6 504 Post Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|