I need to send data throught XmlHttpRequest from javascript to python server. Because I'm using localhost I need to use CORS. I'm using Flask framework and his module flask_cors. As javascript I have this:I need to send data throught XmlHttpRequest fro