Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No redirect? #98

Open
Pazjose1 opened this issue Feb 15, 2018 · 0 comments
Open

No redirect? #98

Pazjose1 opened this issue Feb 15, 2018 · 0 comments

Comments

@Pazjose1
Copy link

Pazjose1 commented Feb 15, 2018

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)
              }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant