I am using the urllib Python library to make a GET request to https://hub.docker.com just to check basic connectivity. It was working fine until last week. Now I am getting a 403 Forbidden error unless I add a User-Agent header.
Did Docker recently add this restriction? I couldn’t find any release notes about this change. it’s causing issues on our side. Any information would be helpful.
I’m not sure if it would be added to release notes, but there is a current issue with Docker Hub caused by CloudFlare so it could also be a change on CloudFlare side.