Python Bad Request: /emails

I am trying to make an email web app using python but when I try to press the submit button to send the email this is what I get:

[08/Dec/2021 15:26:26] "POST /emails HTTP/1.1" 400 61
Bad Request: /emails
[08/Dec/2021 15:26:38] "POST /emails HTTP/1.1" 400 61
Bad Request: /emails ```

Please help!
Back to Top