File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,9 @@ provides basic primitives for integrating IPFS resources within existing HTTP
17
17
stack.
18
18
19
19
** Note:** additional Web Gateways aimed for website hosting and web browsers
20
- extend the below spec and are defined in
21
- [ SUBDOMAIN_GATEWAY.md] ( ./SUBDOMAIN_GATEWAY.md ) and
22
- [ DNSLINK_GATEWAY.md] ( ./DNSLINK_GATEWAY.md ) . There is also a minimal
23
- [ TRUSTLESS_GATEWAY.md] ( ./TRUSTLESS_GATEWAY.md ) specification for use cases
24
- where client prefers to perform all validation locally.
20
+ extend the below spec and are defined in : cite [ subdomain-gateway] and
21
+ : cite [ dnslink-gateway] . There is also a minimal : cite [ trustless-gateway]
22
+ specification for use cases where client prefers to perform all validation locally.
25
23
26
24
# HTTP API
27
25
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ See: [URI router](#uri-router)
158
158
159
159
## Migrating from Path to Subdomain Gateway
160
160
161
- Subdomain Gateway MUST implement a redirect on paths defined in [ ` PATH_GATEWAY.md ` ] ( ./PATH_GATEWAY.md ) .
161
+ Subdomain Gateway MUST implement a redirect on paths defined in : cite [ path-gateway ] .
162
162
163
163
HTTP redirect will route path requests to correct subdomains on the same domain
164
164
name, unless [ ` X-Forwarded-Host ` ] ( #x-forwarded-host-request-header ) is present.
You can’t perform that action at this time.
0 commit comments