The requested method POST is not allowed...

The requested method POST is not allowed...

Posted by: leduytien
Posted on: 2006-02-14 04:35:00

Hi,

I just got the error message "The requested method POST is not allowed for the URL..." when trying to use an javascript+CSS effect on my site (nhacdieu.net). Anyone have any idea to solve this problem?

You can try it yourself by going to http://nhacdieu.net and then click on the top-left button (on the red bar).

Re: The requested method POST is not allowed...

Posted by: guice
Posted on: 2006-02-14 08:32:00

The link works for me, I think. Can't understand a word it's saying. ^_^

I do know I'm not getting any POST request not allowed Apache errors.

Re: The requested method POST is not allowed...

Posted by: matttail
Posted on: 2006-02-14 08:45:00

also seems to be working for me. I'd sigguest you clear out your cache, and temporary internet files and see if it works for you.



-Matttail

Re: The requested method POST is not allowed...

Posted by: leduytien
Posted on: 2006-02-15 04:15:00

Hi,

That's after I changed the destination file to php extension insteads of html/htm.

From my research, this is because of the configuration of the server. Anyway, at least change to php extension will work.

Re: The requested method POST is not allowed...

Posted by: guice
Posted on: 2006-02-15 05:44:00

In reply to:

That's after I changed the destination file to php extension insteads of html/htm.


Ah, sounds like you were sending a POST request to an HTML file. Which you would get POST request not allowed. You can't send POST requests to HTML files, only GET requests.

Tags: error messageideaurlhttp