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 result should be loc == 'https://jigsaw.w3.org/HTTP/300/Overview.html'. However, when rest-client-components are required, the redirect behavior fails because the response.code == 304 and there is no value in response.headers[:location].
How do we get the redirected URL when using rest-client 1.8.0 with rest-client-components?
The text was updated successfully, but these errors were encountered:
Given this code:
The result should be
loc == 'https://jigsaw.w3.org/HTTP/300/Overview.html'
. However, whenrest-client-components
are required, the redirect behavior fails because theresponse.code == 304
and there is no value inresponse.headers[:location]
.How do we get the redirected URL when using rest-client 1.8.0 with rest-client-components?
The text was updated successfully, but these errors were encountered: