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
This is a bug: without HEAD client is unable to check if gateway has content, and may get it multiple times from different sources, wasting bandwidth.
Any chance to fix this?
This impacts @hsanjuan's HTTP retrieval work in Boxo/Kubo/Rainbow.
If it is technically challenging to generate all HTTP headers, just implement basic "has" check and return status code (200 or 404) – this will be enough to unblock us.
The text was updated successfully, but these errors were encountered:
Not sure if this is the right repository but trustless responses do not support
HEAD
method:Related spec at: https://specs.ipfs.tech/http-gateways/trustless-gateway/#head-ipfs-cid-path-params
This is a bug: without HEAD client is unable to check if gateway has content, and may get it multiple times from different sources, wasting bandwidth.
Any chance to fix this?
This impacts @hsanjuan's HTTP retrieval work in Boxo/Kubo/Rainbow.
If it is technically challenging to generate all HTTP headers, just implement basic "has" check and return status code (200 or 404) – this will be enough to unblock us.
The text was updated successfully, but these errors were encountered: