RESTAPI:CORS Status

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche

The Cryptshare REST API offers a CORS free endpoint to check if the Cryptshare server's settings are configured in a way, requests from other URLs like your web application can be executed from. In this request, the Origin header is checked against the configured allowed origins.

GET https://<your-url>/api/products/api.rest/cors

If the Origin is not allowed, you can add the Origin URL in the Cryptshare Server Administration Interface.

You can find more information to CORS on the Cryptshare server's manual.