Skip to Main Content
Spotfire Ideas Portal
Status Planning to implement
Created by Guest
Created on Apr 3, 2024

CORS headers for Web Input and Web Input Response (REST API)

Web Input and Web Input Response adapters provide a simple and handy way to pull up a REST API in just a few minutes. However if you want to use it from any browser, the POST requests to the API will fail because browsers implement the same origin policy. To make CORS work, the API would have to specify the allowed origins in the preflight request.

  • Attach files