influxdb/influxdb3_server
Michael Gattozzi e684fc1a24
feat: Add support for CORS requests from a browser (#26314)
This commit adds support for CORS by modifying our requests to make
preflight checks valid and to handle responses containing the necessary
headers for browsers to access the data they need. We keep what we
accept as open as this is essentially what requests to the server are
normally like and we gate the requests with an auth token.

Closes #26313
2025-04-24 15:16:18 -04:00
..
src feat: Add support for CORS requests from a browser (#26314) 2025-04-24 15:16:18 -04:00
Cargo.toml feat: Add support for CORS requests from a browser (#26314) 2025-04-24 15:16:18 -04:00