RESTAPI:CORS Status

Aus Cryptshare Documentation
Version vom 15. Mai 2023, 11:55 Uhr von Frorathm (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „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 CSSCurrent en:Connection Settings#CORS|Cryptshare…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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.