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
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:
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: