I\'m using a POST form to login on my backend which works without any problem. The backend accepts all locations (*)
After I login, I\'m ready to get some data and t
We solved this issue:
installed corsEverywhere firefox plugin to simulate an accepted cors so we could compare settings with/without simulation:
Access-Control-Allow-Credentials true wasn't set at the server. ( cookie authentication )
works