You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In each request made when using a proxy, the authorization headers (when used) are not included in the agent, but instead is included in the request headers. We should provide this into the agent headers instead so authentication into the proxy occurs successfully.
Expected and actual results
In the proxy settings, define the url that requires authentication
In the proxy authorization setting click Edit in settings.json and replace the null property with the authentication type followed by space and the credentials in base64. Example: Basic ==MyBase64UserPassword. Note the credentials should use this pattern before encoding user:password
Describe your environment
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
In each request made when using a proxy, the authorization headers (when used) are not included in the agent, but instead is included in the request headers. We should provide this into the agent headers instead so authentication into the proxy occurs successfully.
Expected and actual results
Basic ==MyBase64UserPassword
. Note the credentials should use this pattern before encoding user:passwordDescribe your environment
Additional context
The text was updated successfully, but these errors were encountered: