You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, when I execute the command ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:5001", "https://webui.ipfs.io"]' it gives me
C:\Users\<usernameee>ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:5001", "https://webui.ipfs.io"]'
Error: Unknown Command "API.HTTPHeaders.Access-Control-Allow-Origin"
USAGE
ipfs config <key> [<value>] - Get and set ipfs config values.
ipfs config [--bool] [--json] [--] <key> [<value>]
'ipfs config' controls configuration variables. It works like 'git config'.
The configuration values are stored in a config file inside your ipfs
repository.
SUBCOMMANDS
ipfs config edit - Open the config file for editing in $EDITOR.
ipfs config profile - Apply profiles to config.
ipfs config replace <file> - Replace the config with <file>.
ipfs config show - Output config file contents.
For more information about each command, use:
'ipfs config <subcmd> --help'
Can anyone help me with this? I'm trying to allow cross-origin (CORS) requests.
The text was updated successfully, but these errors were encountered:
Hi all, when I execute the command
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:5001", "https://webui.ipfs.io"]'
it gives meCan anyone help me with this? I'm trying to allow cross-origin (CORS) requests.
The text was updated successfully, but these errors were encountered: