Skip to content

Commit

Permalink
Refactor: User-Agent string
Browse files Browse the repository at this point in the history
Refactor: User-Agent string
  • Loading branch information
keyur9 committed Mar 12, 2021
1 parent fee7dbe commit 834708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moesif.Api/Http/Client/UnirestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private static UniHttpRequest ConvertRequest(HttpRequest request)
}
else
{
uniRequest.header("user-agent", Version);
uniRequest.header("user-agent", "moesifapi-csharp/" + Version);
}

//Set basic auth credentials if any
Expand Down

0 comments on commit 834708a

Please sign in to comment.