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

Login not working on iOS #89

Open
miloth opened this issue Apr 17, 2023 · 0 comments
Open

Login not working on iOS #89

miloth opened this issue Apr 17, 2023 · 0 comments

Comments

@miloth
Copy link

miloth commented Apr 17, 2023

I am trying to fetch data from a website through three requests:

  1. GET a CSRF token cookie.
  2. POST the login info.
  3. Fetch the desired data.

The above works fine on Android. Yet, it fails at 2. on iOS (ver. 16.4). Basically, it returns code 200 instead of the correct 302 and the sessionid cookie is not present in the response headers. Note that the requests were tested in Postman and confirmed to behave as the Android case.

Could you please help me trying to debug this?

PS: unfortunately, I cannot share the website, since it is a private company service.

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