Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: callout using the CAR CID in the store request not the DAG root CID #91

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/docs/how-to/http-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ in it, replacing `did:key:z6Mkabc123` with the space you used to generate auth h
]
}
```
<Callout type="info">
**Important:** Make sure you use the CID from the output of `ipfs-car hash <file>` as the `link` in the file above!
It should start with `bag...`. It is _not_ the same as the DAG root CID (which usually starts `bafy...`).
</Callout>

Finally, run `curl` replacing the values of the `X-Auth-Secret` and `Authorization`
headers with the values you generated above:
Expand Down
Loading