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
absofrutely does not work because https://google.com redirects to https://www.google.com, and the https://www.google.com is what's stored in the cassette.
Probably (question mark?) best to capture this and warn the user. Given that we're capturing the requests/responses anyway, I think it would be easy enough to warn if there's either a 301 or similar code, and then tell the user to probably update their request with the new url
🤔 🤔 🤔
The text was updated successfully, but these errors were encountered:
This works fine,
But then any subsequent run of the same code block
absofrutely does not work because
https://google.com
redirects tohttps://www.google.com
, and thehttps://www.google.com
is what's stored in the cassette.Probably (question mark?) best to capture this and warn the user. Given that we're capturing the requests/responses anyway, I think it would be easy enough to warn if there's either a 301 or similar code, and then tell the user to probably update their request with the new url
🤔 🤔 🤔
The text was updated successfully, but these errors were encountered: