What is the cause of the Bad Request Error when submitting form in Flask application? After reading many similar sounding problems and the relevant Flask docs, I cannot seem to figure out what is generating the following error upon submitting a form: 400 Bad Request The browser (or proxy) sent a request that this server could not understand. While the form always displays properly, the bad reque..