-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set an user-agent for all the web requests that SK2 performs #618
Labels
Comments
We could set a default, but consumer configuration should be covered by #605. |
Default request headers was one of the main reasons why I suggested putting |
yaakov-h
added a commit
that referenced
this issue
Jan 2, 2019
heki-ru
added a commit
to heki-ru/SteamKit
that referenced
this issue
Feb 10, 2019
* Add SteamKit version as default user-agent. Resolves SteamRE#618. * Simplify * Fix nameof() * Travis: remove deprecated property * Fix for NetworkInformationException SteamRE#629 * Proper fix 'cause I messed up * Proper code styling * Throw an exception if chunk length mismatches * Add XUnit Analyzers to detect common errors * Fix xUnit analyzer warnings * Remove impossible test case * Keep WebSocketConnection.CurrentEndPoint alive until Disconnected callback is finished * Add unit test to cover string formatting branch of DebugLog.WriteLine * "Space space wanna go to space" - Space Core * Wait there were two of them * Add changelog and update release link for 2.2 beta * Update SteamConfigurationBuilder.cs
heki-ru
added a commit
to heki-ru/SteamKit
that referenced
this issue
Feb 11, 2019
* Add SteamKit version as default user-agent. Resolves SteamRE#618. * Simplify * Fix nameof() * Travis: remove deprecated property * Fix for NetworkInformationException SteamRE#629 * Proper fix 'cause I messed up * Proper code styling * Throw an exception if chunk length mismatches * Add XUnit Analyzers to detect common errors * Fix xUnit analyzer warnings * Remove impossible test case * Keep WebSocketConnection.CurrentEndPoint alive until Disconnected callback is finished * Add unit test to cover string formatting branch of DebugLog.WriteLine * "Space space wanna go to space" - Space Core * Wait there were two of them * Add changelog and update release link for 2.2 beta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It probably would be a good idea to set it to something like "SteamKit/x.x.x" instead of relying on whatever the runtime the user-agent to be (which would be different depending on version/type/etc).
Maybe it should be exposed in SteamConfiguration so consumers can set it too?
The text was updated successfully, but these errors were encountered: