CORS (Cross-Origin Resource Sharing) Restrictions

Amir8 months ago

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

Anton Tananaev8 months ago
Amir8 months ago

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

Anton Tananaev8 months ago
Anton Tananaev8 months ago
Amir7 months ago

is this right?

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

i placed in traccar.xml file

Anton Tananaev7 months ago

Obviously not.

Amir7 months ago

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