WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 199492
199183
Duplicate Fetch API requests in Safari
https://bugs.webkit.org/show_bug.cgi?id=199183
Summary
Duplicate Fetch API requests in Safari
Nate Rojas
Reported
2019-06-24 20:40:56 PDT
Problem: 1. Use fetch API to make a request in an HTML page - see request at server (encountered with Node.js server) 2. Reload page - see request at server (again) but with a duplicate request as well The expected behavior is that every time the page loads there should only be one request sent to the server, but in fact after the first request Safari will make duplicate requests each subsequent page load. That is, two requests will be made at a time. The bug was first encountered June 22 2018 on a 2017 MacBook Pro The bug does not occur in google Chrome. See this Stack Overflow post for more details:
https://stackoverflow.com/questions/56728800/why-is-safari-duplicating-get-request-but-chrome-does-not?noredirect=1#comment100050133_56728800
Attachments
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2019-07-08 13:29:42 PDT
*** This bug has been marked as a duplicate of
bug 199492
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug