Ultimaker / Uranium

A Python framework for building Desktop applications.
GNU Lesser General Public License v3.0
323 stars 185 forks source link

[CURA-12067] Unless scope is overridden, always send a user-agent with HTTP(S) get/put. #963

Closed rburema closed 4 weeks ago

rburema commented 4 weeks ago

Now we can't forget to do that anymore -- previously we could, since a 'None' 'scope' would just not make headers, so each time we didn't set a scope (which we don't have to, since it's an optional parameter) no user-agent would get sent.