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
The behavior I am seeing is that when HTTParty makes a request whose response is a redirect, eventually a timeout error is raised. This is with net connections allowed. If I execute the same code without requiring WebMock, then it works. HTTParty doe have behavior to follow redirects, but it doesn't make it past the first request.
The behavior I am seeing is that when HTTParty makes a request whose response is a redirect, eventually a timeout error is raised. This is with net connections allowed. If I execute the same code without requiring WebMock, then it works. HTTParty doe have behavior to follow redirects, but it doesn't make it past the first request.
This seems like it might be related to #185
The text was updated successfully, but these errors were encountered: