Closed
Bug 1457520
Opened 7 years ago
Closed 6 years ago
POST requests and POST data don't survive process switches
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
RESOLVED
DUPLICATE
of bug 1467223
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: adw, Unassigned)
References
(Depends on 1 open bug)
Details
When a POST request starts in one process but is redirected to another, we don't send along its POST data. See bug 1435615 comment 6.
Mike, please feel free to correct/change this bug. I filed it in Firefox :: Tabbed Browser since that's where bug 1376895 is filed, but I'm not sure whether that's the best place.
(In reply to Mike Conley (:mconley) (:⚙️) (Totally backlogged on reviews and needinfos) from bug 1435615 comment #11)
> Can you please file a new bug to correct this, and mark is as depending on
> bug 1344465? And then perhaps reference that new bug here? We should
> probably get this all fixed up once bug 1344465 gets fixed.
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Component: Tabbed Browser → DOM: Content Processes
Product: Firefox → Core
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
This looks like a Fission blocker, but I think the browsing context redesign would take care of this?
Blocks: fission
Comment 2•6 years ago
|
||
InputStream can be sent via StructuredCloneHolder and they should work cross-processes. We send them from child to parent or parent to child for Blobs, of instance.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•