mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-12 11:52:53 +02:00
Update src/_blog/break-on-through-gateways-part-1.md
Co-authored-by: Mosh <1306020+mishmosh@users.noreply.github.com>
This commit is contained in:
@@ -125,7 +125,7 @@ IPFS gateways are public services that translate between _Web2_ and _Web3_ there
|
||||
|
||||
They allow you to use the HTTP protocol – which almost every programming language is capable of – to request data by its CID from the IPFS network.
|
||||
|
||||
You request content from an IPFS gateway by passing a CID in the HTTP request. Since CIDs are a hash of specific data, if the data is provided by a node on the network and accessible by the gateway, the gateway can get that specific data from the network no matter where it sits.
|
||||
You request data from an IPFS gateway by passing a CID in the HTTP request. Since CIDs are a hash of specific data, if the data is provided by a node on the network and accessible by the gateway, the gateway can get that specific data from the network no matter where it sits.
|
||||
|
||||
In its simplest form, a gateway is an IPFS node that also accepts HTTP requests for CIDs in addition to speaking the IPFS protocol to participate in the peer-to-peer network. Most IPFS implementations can also work as a gateway.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user