vue.js

How to fix "Access-Control-Allow-Origin" error in a python socket-io server

How to fix "Access-Control-Allow-Origin" error in a python socket-io server Question: I’m creating a project that uses Vue.js (as a client) and Python (as a server). Python is used for some calculation and the Vue.js is used for the interface. I’m connecting them using python-socketio (https://python-socketio.readthedocs.io/en/latest/) and Vue-socket.io (https://github.com/MetinSeylan/Vue-Socket.io). Some weeks ago it was working …

Total answers: 3