Skip to content

Commit

Permalink
Fix missing global http progress bar #1630 (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Dec 7, 2022
1 parent 3fb4388 commit bb05ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AzureIoTHub.Portal.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
{
client.BaseAddress = new Uri(builder.HostEnvironment.BaseAddress);
client.DefaultRequestHeaders.Add("X-Version", "1.0");
_ = client.EnableIntercept(sp);
}).AddHttpMessageHandler<BaseAddressAuthorizationMessageHandler>()
.AddHttpMessageHandler<ProblemDetailsHandler>();

Expand Down

0 comments on commit bb05ef0

Please sign in to comment.