Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant