You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously URL accessibility testing was performed by trying to
connect to the URL without providing a user-agent header. Wikipedia
now seems to block these script/bot based requests, generates a 403
access forbidden error. We now add a user agent header mimicking an
actual user so that the request goes through.
0 commit comments