-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Consolidated issue cataloguing all Fetch/HTTP issues with test harness #6177
Labels
Comments
This was referenced Dec 28, 2022
We were having an issue that set-cookie was doubled in fetch post or xhr request only on Android. Might this be also a know issue? |
@lubomirblazekcz, perhaps: #6280 or #6308 ? |
1 task
Is there an ETA on when this will be fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Capacitor Version
4.6.1
Platform(s)
Android / iOS
Code Reproduction
I took the time to put together a test harness that reproduces all the issues HTTP/Fetch has right now on iOS and Android. There may be others, but this is what I've seen so far.
Go to https://github.com/silviogutierrez/capacitor-http-tester and clone the repository.
Run
npm install
andnpm cap sync
to get both emulators working.Then run
npm run build && node server.js
to start the local server.Now open
http://localhost:3000
and see how everything works on the browser.After that run
npx cap open ios
and run the simulator. Andnpx cap open android
and run the emulator. You'll see what's failing and what's not.I've tried to associate the bugs with the issue number.
Hopefully this is helpful.
Related issues: #6174, #5945, #6165, #6142, #6170, #6126 #6196 #6197
The text was updated successfully, but these errors were encountered: