How to
Access IPFS content
IPFS Gateways are HTTP-based services that access content residing on the IPFS network. They provide workarounds for applications - such as browsers, curl, and wget - that have no native support for IPFS.
For example, errors may occur when an application that does not support IPFS attempts to access content in the canonical form:
A solution is to use a custom-built private gateway or an Infura project-specific dedicated gateway.
Note: Content identifiers must use CIDv1 (not CIDv0) because some browsers and user agents force lowercase for the authority part of URLs.
Last updated