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
Hello @gaborcsardi,
maybe a naive question, but I am not sure why I receive "403: Forbidden" from checking https://doi.org/10.1002%2f%28SICI%291097-0258%2819971030%2916%3a20%3c2349%3a%3aAID-SIM667%3e3.0.CO%3b2-E is it because Wiley has some kind of check for non-human access or so?
If that is the case, is there an option to "whitelist" this for urlchecker usage?
urlchecker
Thanks a lot, cheers Daniel
> urlchecker::url_check() Loading required namespace: mmrm ✖ Error: README.md:25:9 403: Forbidden (1997)](https://doi.org/10.1002%2f%28SICI%291097-0258%2819971030%2916%3a20%3c2349%3a%3aAID-SIM667%3e3.0.CO%3b2-E)
The text was updated successfully, but these errors were encountered:
is it because Wiley has some kind of check for non-human access or so?
I think so:
❯ curl -s -L --head 'https://doi.org/10.1002%2f%28SICI%291097-0258%2819971030%2916%3a20%3c2349%3a%3aAID-SIM667%3e3.0.CO%3b2-E' | grep ^HTTP HTTP/2 302 HTTP/2 403
Maybe: #45.
Sorry, something went wrong.
OK I guess this is duplicate from #45 then
No branches or pull requests
Hello @gaborcsardi,
maybe a naive question, but I am not sure why I receive "403: Forbidden" from checking
https://doi.org/10.1002%2f%28SICI%291097-0258%2819971030%2916%3a20%3c2349%3a%3aAID-SIM667%3e3.0.CO%3b2-E
is it because Wiley has some kind of check for non-human access or so?
If that is the case, is there an option to "whitelist" this for
urlchecker
usage?Thanks a lot,
cheers
Daniel
The text was updated successfully, but these errors were encountered: