Linking to docs.deno.com results in Not Allowed
Why would I be getting Not Allowed when linking to docs.deno.com?
Link is ok in browser, but my CI link tester is failing on it
I'm limiting to one grab/s and using a properly formatted useragent
6 Replies
that is quite odd
we dont have any blockers for that
https://github.com/rscarson/rustyscript-book/actions/runs/12018482128/job/33503051084#step:3:1508
Local and from github
https://github.com/rscarson/rustyscript-book/blob/master/src%2Fmarkdown.rs#L145
And this is the client doing the fetch
ah i see, it might be that we don't support
HEAD
requestsThat is unfortunate
lemme see if its an easy fix
ok i cant fix this easily, and seems to be a problem with Lume; i'll ask the author if he can look into it
Appreciated!
In the meantime I'll just add a retry-with-get if head fails with this code
You were correct
The head request was indeed the issue! Added something to retry with get on that code and all is well now