|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Continually getting the HTTP 405 Error
Hello,
I am running IIS 6.0 on a windows 2003 server. My customer has attempted to upload using the POST method to the server from an web application but continually gets the message: HTTP Error 405 - The HTTP verb used to access this page is not allowed. Internet Information Services (IIS) The page cannot be displayed. The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access. I have attempted to POST from a simple html page..but i also get the same message. Is there anyway..that this can be turned on in IIS. Or is it possible its a bug? I have used the HTML code below. There is nothing obvious on the microsoft website that points me towards a fix. I have searched their website..various forums for weeks..and i am still unable to find a solution. PLEASE PLEASE HELP!!! <html> <body> <form method="POST" action="https://IP ADDRESS/inbox/"> <input type="hidden" name="test" value="test"> <input type="submit"> </form> </body> </html> Thanks |
|
#2
|
|||
|
|||
This might be a bug. This can be because of the trailing end "/" which you uses in the url.To determine if the page can use remote scripting on the client, verify that window.location.href does not end with a trailing slash. Check out this article. http://support.microsoft.com/?id=216493 Jeethu Joseph IIS/Asp.Net Engineer Microsoft. |
|
#3
|
|||
|
|||
|
solution
Ok thanks. I am however running IIS 6. I will try this and see if it works.
|
|
#4
|
|||
|
|||
|
Is There A Known Solution????????
This solution will not work. I am using MICROSOFT INTERNET INFORMATION SERVICES VERSION 6.0. IS THERE ANY KNOWN SOLUTION THIS PROBLEM? PLEASE SOMEONE HELP!!!
|
|
#5
|
|||
|
|||
|
Shouting won't get an answer any faster.
I don't know what your problem is so I can't offer a solution. You have installed your certificate on the secure server, right? Are you sure you can reference a secure server via IP address rather than domain name? I don't do much with https, I don't know the answer.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#6
|
|||
|
|||
|
iis 6.0
I am able to connect to the IIS 6 web server making a GET..but am unable to POST to IIS 6.0.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Continually getting the HTTP 405 Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|