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
This request returns 303 with a location header set to: Location: https://www.google.com/search?q=whats%2042
REST client seems to resolve the google IP and tries to connect to it using the port 3000 from the initial request Please check your networking connectivity and your time out in 0ms according to your configuration 'rest-client.timeoutinmilliseconds'. Details: RequestError: connect ETIMEDOUT 172.217.18.4:3000.
Fix:
REST client should follow the location header verbatim without trying to resolve anything itself.
It works correctly, when no port is used in the initial request.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Location: https://www.google.com/search?q=whats%2042
3000
from the initial requestPlease check your networking connectivity and your time out in 0ms according to your configuration 'rest-client.timeoutinmilliseconds'. Details: RequestError: connect ETIMEDOUT 172.217.18.4:3000.
Fix:
REST client should follow the location header verbatim without trying to resolve anything itself.
It works correctly, when no port is used in the initial request.
The text was updated successfully, but these errors were encountered: