ipfs-webui
ipfs-webui copied to clipboard
Allow the WebUI to connect to an authenticated API
Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the issue tracker for my issue.
Description
ipfs/kubo#2389
Is there a way to connect to an authenticated API from the WebUI?
It seems the WebUI only accepts an URL or a Multiaddress without any possibility to customize the Authorization header
Maybe there should be a way to put the authorization into the URL via path or query parameters?
Thanks