python service access to ajax call , CORS error – Jquery ajax
I'm getting lost with this problem, i have a service written in python that i need to access from a web page with an ajax call the python code is as follows: import flask from flask import request, jsonify, make_response…