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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Does Just follow redirects? I have this code here, which should redirect me and should get a status code that is not 200. But when running this, it gives me back the same link with a status code of 200 as if there was not a redirect
Just.get("https://www.socialstatuspgh.com/2622475/checkouts/e62c08c6d2b6800db280011f067848ff/") { r in
print(r.statusCode)
print(r.url)
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does Just follow redirects? I have this code here, which should redirect me and should get a status code that is not 200. But when running this, it gives me back the same link with a status code of 200 as if there was not a redirect
The text was updated successfully, but these errors were encountered: