The GitHub Profile Trophy API endpoint is consistently returning HTTP 403 Forbidden errors, preventing trophies from being displayed in GitHub profile READMEs.
Actual Behavior:
- HTTP 403 Forbidden error
- No trophies displayed
- Image fails to load in GitHub README
Steps to Reproduce:
Add the following markdown to your GitHub profile README:
markdown[](https://github.com/ryo-ma/github-profile-trophy)
Commit and view the README on GitHub
Observe that the trophy image fails to load
Testing Results
bashcurl -I "https://github-profile-trophy.vercel.app/?username=Buddhika-Kuruppu&theme=radical"
# Output: HTTP/1.1 403 Forbidden