We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c67ebe2 + 2cf3f24 commit 5fce913Copy full SHA for 5fce913
2 files changed
.gitignore
@@ -3,3 +3,4 @@
3
# these will be generated in compilation
4
bin
5
.DS_Store
6
+obj
src/Request.cs
@@ -270,7 +270,7 @@ public virtual void Send( Action< HTTP.Request > callback = null)
270
}
271
272
if ( GetHeader( "User-Agent" ) == "" ) {
273
- SetHeader( "User-Agent", "UnityWeb 1.0 ( Unity " + Application.unityVersion + " ) ( " + SystemInfo.operatingSystem + " )" );
+ SetHeader( "User-Agent", "UnityWeb/1.0 (Unity " + Application.unityVersion + "; " + SystemInfo.operatingSystem + ")" );
274
275
276
if ( GetHeader( "Connection" ) == "" ) {
0 commit comments