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
crowlKats
crowlKats6d ago
that is quite odd we dont have any blockers for that
crowlKats
crowlKats6d ago
ah i see, it might be that we don't support HEAD requests
baphomet_the_traveller
That is unfortunate
crowlKats
crowlKats6d ago
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
baphomet_the_traveller
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