In all of my view functions if i 'methods=['POST'] for example:
@app.route( '/file', methods=['POST'] )
i receive the error:
Error: 405 Method Not Allowed
Sorry, the requested URL 'http://superhost.gr/downloads/file' caused an error:
Why Bottle gives me this error message?