Skip to content
Prev 8203 / 12125 Next

[R-pkg-devel] URL checks

With a little experimentation, the problem seems to be the -I switch in
curl, with which the request uses the HTTP HEAD method instead of GET.
Without -I, the requests from curl work for me; with -I, I get negative
responses (403, 503).

While HEAD does not represent a major security threat to a server it gets
caught up when people are disabling unused or unnecessary operations and
features and so at a first approximation, the problem is -I.  Now, there
may also be scraper blocking applied to the CRAN and WinBuilder
infrastructure by the CDN companies, because scraping is a large problem
for many websites, but detecting rejection by cloudflare may be possible if
that is what is happening.
On Thu, 30 Jun 2022 at 07:08, Ivan Krylov <krylov.r00t at gmail.com> wrote: