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
I am trying to fetch data from a website through three requests:
GET a CSRF token cookie.
POST the login info.
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.
The text was updated successfully, but these errors were encountered:
I am trying to fetch data from a website through three requests:
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.
The text was updated successfully, but these errors were encountered: