Click here to Skip to main content
15,883,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,

I get an error 405 (method not allowed) when using HTTPS on POST method,but not with GET methods.

Everything works fine when using HTTP.

Any idea?

Thanks in advance!
Posted
Comments
Kornfeld Eliyahu Peter 13-Jan-14 9:22am    
Did you checked these?
http://support.microsoft.com/kb/238461
http://www.checkupdown.com/status/E405.html
IviKAZAZI 13-Jan-14 9:34am    
Everything works fine on HTTP,also GET method on HTTPS. The only problem is POST on HTTPS (Method not allowed)
Kornfeld Eliyahu Peter 13-Jan-14 9:42am    
It's possible to block certain actions for https only... So http will work.

See also here http://www.somacon.com/p126.php

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900