CORS (Cross-Origin Resource Sharing) Restrictions

Amir2 years ago

how to configure CORSE in web server? what is the default?

Anton Tananaev2 years ago
Amir2 years ago

set these configuration in traccar.xml? for example <entry key='web.origin'>www.example.com</entry> ?

Anton Tananaev2 years ago
Anton Tananaev2 years ago
Amir2 years ago

is this right?

<entry key="Access-Control-Allow-Origin">*</entry>

i placed in traccar.xml file

Anton Tananaev2 years ago

Obviously not.

Amir2 years ago

how we must configure?can you make an example for corse?