Replies: 1 comment 1 reply
-
Hey @hellt, thanks! I tried to mitigate this by sending (See Line 118 in 3c05eff I think the reason for doing this rather than doing a HEAD was to force the external server to do a little bit more than a GET would (a bit fuzzy I know). Though I think adding support for HEAD and actually testing this is a very good idea. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @wjdp , thank you very much for this awesome project. It is a life saver.
I am curious to know how the checks to external links are handled? Once in a while I have external_timeout issues for links that point to an
application/pdf
content (quite large).This makes me wonder if you check the availability of a linked resource by using HEAD method or getting the entire document with GET?
If it is the latter, I wonder if it makes sense to allow for a lightweight HEAD-based testing?
Beta Was this translation helpful? Give feedback.
All reactions