Skip to content

Commit cb7229e

Browse files
committed
- change user agent identifier
1 parent ca9e169 commit cb7229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetLicensingClient/RestController/NetLicensingAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static netlicensing request(Context context, Method method, String path,
6464
}
6565

6666
HttpWebRequest request = WebRequest.Create(context.baseUrl + Constants.REST_API_PATH + "/" + path + urlParam) as HttpWebRequest;
67-
request.UserAgent = "NetLicensing/C# " + System.Environment.Version + " (http://netlicensing.labs64.com)";
67+
request.UserAgent = "NetLicensing/C# " + System.Environment.Version + " (http://netlicensing.io)";
6868

6969
switch (method)
7070
{

0 commit comments

Comments
 (0)