CORS Headers

Four steps to Teams success

To check if an API endpoint allows CORS, please send a Http Request as OPTIONS with the following headers:

Access-Control-Request-Headers:authorization,content-type
Access-Control-Request-Method:POST
Origin:http://localhost

The response will look like this if CORS is allowed:

Access-Control-Allow-Headers:authorization,content-type
Access-Control-Allow-Methods:POST
Access-Control-Allow-Origin:*

For example this endpoint supports CORS:

Whereas this does not:

Datenschutz-Übersicht

Diese Website verwendet Cookies, damit wir dir die bestmögliche Benutzererfahrung bieten können. Cookie-Informationen werden in deinem Browser gespeichert und führen Funktionen aus, wie das Wiedererkennen von dir, wenn du auf unsere Website zurückkehrst.