QuiltMC / quilt-installer

The Quilt installer for the official Minecraft launcher and servers
Apache License 2.0
40 stars 20 forks source link

Add User-Agent header #37

Closed lukebemish closed 1 year ago

lukebemish commented 1 year ago

This should add a user-agent header to every request that it makes. I have tested this with wireshark and the compiled installer jar, and the requests that I inspected included a User-Agent: Quilt-Installer/0.5.0 header, as desired. Let me know if there's changes you'd like.

Akarys42 commented 1 year ago

Thanks! When are we looking at a release for those changes?