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 dc8828e commit d490e0fCopy full SHA for d490e0f
http-retrieval/README.md
@@ -35,7 +35,7 @@ curl http://{SP's http retrieval URL}/ipfs/{content ID}/{optional path to resour
35
For advanced IPFS and IPLD use cases, you can now retrieve individual blocks by passing an `Accept` header with the `application/vnd.ipld.raw;` format
36
37
```
38
-curl -H "Accept:application/vnd.ipld.car;" http://{SP's http retrieval URL}/ipfs/bagaSomeBlockCID -o bagaSomeBlockCID
+curl -H "Accept:application/vnd.ipld.raw;" http://{SP's http retrieval URL}/ipfs/bagaSomeBlockCID -o bagaSomeBlockCID
39
40
41
## Local Setup
0 commit comments