CORS (Cross-Origin Resource Sharing) Restrictions

Amir10 months ago

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

Anton Tananaev10 months ago
Amir10 months ago

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

Anton Tananaev10 months ago
Anton Tananaev10 months ago
Amir10 months ago

is this right?

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

i placed in traccar.xml file

Anton Tananaev10 months ago

Obviously not.

Amir10 months ago

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