I have a simple static html site which uses jquery's POST-methods and some forms which also uses form method="post"...
i now get the following error: NetworkError: 405 Method Not Allowed
when i view the response header with firebug i see that the server (IIS btw.) does allow the following: GET, HEAD, OPTIONS, TRACE
My hoster says that he can't allow POST methods on static html files because of security reasons...
Can anyone tell me the security differences between POST and GET? I don't understand why GET is allowed and POST not. any help to argue that he can allow it would be very appreciated :-)
Thanks in advance Thomas