Making calls to my Flask API returns CORS issues
I have a Flask API set up on a linode server. Using Nginx and Gunicorn, I now forward connections from the public IP to a Flask API.py file. Running on a server using simpleHTTPServer, I am attempting to make GET Requests to the Flask API using AJAX ...
Apr 3, 2019E