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 209783a commit 11100a7Copy full SHA for 11100a7
src/http-gateways/trustless-gateway.md
@@ -97,6 +97,10 @@ Same as [`format`](https://specs.ipfs.tech/http-gateways/path-gateway/#format-re
97
- `format=car` → `application/vnd.ipld.car`
98
- `format=ipns-record` → `application/vnd.ipfs.ipns-record`
99
100
+A Client SHOULD include the `format` query parameter in the request URL, in
101
+addition to the `Accept` header. This provides the best interoperability and
102
+ensures consistent HTTP cache behavior across various gateway implementations.
103
+
104
### :dfn[`dag-scope`] (request query parameter)
105
106
Optional, `dag-scope=(block|entity|all)` with default value `all`, only available for CAR requests.
0 commit comments