Closed
Bug 1491087
Opened 7 years ago
Closed 7 years ago
WebRequest: Access to POST data in `onBeforeRequest`
Categories
(WebExtensions :: Request Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1376155
People
(Reporter: adelphia, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180906162647
Steps to reproduce:
Sample code: https://github.com/Pamblam/Tamper-Data-for-FF-Quantum
There's just no way to change the post data (requestBody) in a webRequest `onBeforeRequest.` You can change Headers, so you should be able to change the requestBody.
This bug is reported to Chrome as well: https://bugs.chromium.org/p/chromium/issues/detail?id=91191
Actual results:
Could not change the requestBody.
Expected results:
Should have been able to change the requestBody.
Comment 1•7 years ago
|
||
Hi,
I'm setting the Component as (WebExtensions) Request Handling and let developers decide whether this will be implemented or not.
Thank you!
Component: Untriaged → Request Handling
Product: Firefox → WebExtensions
Comment 2•7 years ago
|
||
This was filed before (coincidentally also for the Tamper Data use case): Bug 1376155
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•