skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
705 stars 157 forks source link

Fix HTTP error 403 when downloading headers #75

Closed leopph closed 2 years ago

leopph commented 2 years ago

The download function was throwing an HTTPError. The Khronos website rejected the request because of the default User-Agent in the header. Changing it to "Mozilla/5.0" fixes the issue.

skaslev commented 2 years ago

Thank you for fixing this.