You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #5 we will have the .url property on responses that is the canonical URL for the requested resource.
With this PR the user can request the same resource via multiple URL formats. Should we be rewriting this URL to turn, for example, subdomain gateway requests into ipfs:// URIs?
I think we should absolutely be setting the canonical URL to the protocol we want to be natively supported in the browsers in the future. Which means, .url should always be a ipfs:// or ipns:// url.
The text was updated successfully, but these errors were encountered:
Created based on mention from @achingbrain at #4 (comment)
I think we should absolutely be setting the canonical URL to the protocol we want to be natively supported in the browsers in the future. Which means,
.url
should always be aipfs://
oripns://
url.The text was updated successfully, but these errors were encountered: