JavaScript Fetch and Flask Communication
So I'm trying to use the JavaScript Fetch API with Flask to get a string and Fetch successfully reaches Flask with no issues, but can't get a text response from Flask. Here is my code: Javascript: fetch("/validatelogin", { method: "POST",…