We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a regression test for ipfs/boxo#412
iiuc it should have _redirects
_redirects
# Map SPA routes to the main index HTML file. /* /index.html 200
and make request for /ipfs/cid/MISSING-PAGE twice, second time sending If-None-Matc with Etag value from the first response.
/ipfs/cid/MISSING-PAGE
If-None-Matc
Etag
There is a test already on the linked PR, and aCAR fixture which we should reuse as-is: Ref. https://github.com/ipfs/boxo/pull/412/files#diff-d34c7069ce5e81d45082b19eb3e869ee1a086e185dcd6630e75e3ed0d368b546
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We need a regression test for ipfs/boxo#412
iiuc it should have
_redirects
and make request for
/ipfs/cid/MISSING-PAGE
twice, second time sendingIf-None-Matc
withEtag
value from the first response.There is a test already on the linked PR, and aCAR fixture which we should reuse as-is:
Ref. https://github.com/ipfs/boxo/pull/412/files#diff-d34c7069ce5e81d45082b19eb3e869ee1a086e185dcd6630e75e3ed0d368b546
The text was updated successfully, but these errors were encountered: