Angular Development - API Server doesn't accept requests because of a missing XSRF Token

Hello everyone,

so i set up a angular development projekt using a local API server.

The API Server doesn't accept Requests because of a missing XSRF Token. 

When I look into the Development Tools, it tells me that the browser doesn't accept incomming  cookies because of a mismatched domain. 

Which is understandable since the cooke is sent with /APIServer as Path while the API Server runs locally under http://localhost:8182

(hence no XSRF Token set on the browser, hence no XSRF Token sent back) 

How do I fix this issue?

Greetings

Ivo Burkatzki

Parents Reply
  • Hi,

    if you save it locally it should be changed till the server is restarted. If you change it globally, it should change a configuration-file and save the change for all servers. If it doesn't, there maybe a problem with file permissions or a more general bug.

    We had a problem with saving changes in the Admin Portal and reported a bug. But that only concerned lists, like which fields to display for editing persons.

Children
No Data