Fix HTTP basic auth for hosting service clients
Review Request #8976 — Created May 26, 2017 and submitted
The patch /r/8911/ contained a regression that caused HTTP basic auth to
fail for hosting service clients. This patch fixes that regression and
adds unit tests for HTTP Basic Auth for the URLRequest and
HostingServiceClient classes.
Ran unit tests.
- Summary:
-
Add unit tests for URLRequest and HostingServiceClientFix HTTP basic auth for hosting service clients
- Description:
-
~ Add unit tests for HTTP Basic Auth for the URLRequest and
~ The patch /r/8911/ contained a regression that caused HTTP basic auth to
+ fail for hosting service clients. This patch fixes that regression and + adds unit tests for HTTP Basic Auth for the URLRequest and HostingServiceClient classes.