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 order to gain finer control over how the internal proxy handler works, we need to stop using request and use the internal node client directly. This requires making a few minor breaking changes:
proxy.httpClient override no longer available.
Redirections are disabled by default
The text was updated successfully, but these errors were encountered:
In order to gain finer control over how the internal proxy handler works, we need to stop using request and use the internal node client directly. This requires making a few minor breaking changes:
proxy.httpClient
override no longer available.The text was updated successfully, but these errors were encountered: