I am working with the Todo-List application in the tutorial for bottle.
It works fine with the GET-method, but when i change to POST i get the following error-message on the browser screen (Iceweasel):
Error 405: Method Not Allowed
Sorry, the requested URL http://localhost:8080/new caused an error:
Method not allowed.
I am working on a Debian sid system with also running a apache 2 for PHP-Applications and there is no problem with POST. Is there a setup-possibility for the bottel internal webserver to allow using POST?
I am working with the Todo-List application in the tutorial for bottle.
It works fine with the GET-method, but when i change to POST i get the following error-message on the browser screen (Iceweasel):
Error 405: Method Not Allowed
Sorry, the requested URL http://localhost:8080/new caused an error:
Method not allowed.
I am working on a Debian sid system with also running a apache 2 for PHP-Applications and there is no problem with POST. Is there a setup-possibility for the bottel internal webserver to allow using POST?