I keep getting 405 errors when i try to send post ajax requests on localhost from a page to another.I understood this is a server configuration.Can anyone help ?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
You need a script handler of some kind (python, php, etc.) to handle POST's. The point of a POST is that you are sending data back to the server, without the script handler, apache doesn't know how to do anything with that data. |
|||
|
|