API.HTTPHeaders.Access-Control-Allow-Headers cannot be modified #9586
Labels
kind/bug
A bug in existing code (including security flaws)
P3
Low: Not priority right now
topic/rpc-api
Issues related to Kubo RPC API at /api/v0
Checklist
Installation method
ipfs-desktop
Version
Config
Description
the header in the API responses is always:
even though I've set:
and even though it appears in
ipfs config show
:My goal is to make a browser request with different origin that has the "Authorization" header, like doing this in the browser console:
I know I could use a proxy to strip the Authorization header, but I don't think it should be necessary.
The text was updated successfully, but these errors were encountered: