My app is structured as follows: React frontend -> Azure Api Management -> Flask backend. The Flask app allows all origins. app = Flask(__name__) CORS(app
background There is a JS app serving at 127.0.0.1:8080, which refers some API serving at 127.0.0.1:5000 by a Flask app. [See FlaskCode] When I open this js app