LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

Add user-agent for AutoDiscover requests #60

Closed jvyden closed 4 months ago

crystall1nedev commented 4 months ago

should be doable with DefaultRequestHeaders on HTTPClient:

client.DefaultRequestHeaders.UserAgent.ParseAdd("dingus/1.0.0");
jvyden commented 4 months ago

Feel free to PR this in.