We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75d39c commit 445f213Copy full SHA for 445f213
README.md
@@ -342,6 +342,8 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://exam
342
$ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "POST", "GET"]'
343
```
344
345
+If you are using `js-ipfs`, substitute `ipfs` for `jsipfs` in the commands above.
346
+
347
### Custom Headers
348
349
If you wish to send custom headers with each request made by this library, for example, the Authorization header. You can use the config to do so:
0 commit comments