bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.37k stars 1.46k forks source link

DELETE method not found on Ubuntu 16.04 #1227

Closed marianlukac closed 3 years ago

marianlukac commented 4 years ago

Do you have some explanation that REST API DELETE method is recognised without any problems on windows 10/64bit, but on Ubuntu 16.04 the HTTP server claims "method doesn't exists"? The version of bottle is the same 0.12.18

agalera commented 4 years ago

@marianlukac Could you provide an example? to be able to test it in multiple environments?

defnull commented 3 years ago

Please provide an example that triggers this behavior and re-open the issue.