Closed
Bug 1247719
Opened 9 years ago
Closed 5 years ago
Edit and Resend replaces request parameters with [object Object]
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jutras.marc, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160206215933
Steps to reproduce:
1. Open Network tab of Dev Tools
2. Browse to https://intel.taleo.net/careersection/10000/moresearch.ftl
3. Select the request to https://intel.taleo.net/careersection/10000/moresearch.ajax
4. Click "Edit and Resend" button, do not modify anything, and click "Send"
5. Examine parameters of the resulting request.
Actual results:
The parameters of the resent request have all been removed and replaced with "[object Object]=".
Expected results:
Parameters should have been unaffected.
Component: Untriaged → Developer Tools: Netmonitor
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: x86_64 → All
Comment 1•8 years ago
|
||
Confirmed, I can reproduce the issue on my machine.
I am also attaching a screenshot of what the Params tab is displaying.
Thanks for the report,
Honza
Updated•8 years ago
|
Has STR: --- → yes
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: netmonitor-edit-and-resend
Comment 2•5 years ago
|
||
Is the bug still relevant and reproducible at another source? Unfortunately the original site is now down.
Flags: needinfo?(odvarko)
Comment 3•5 years ago
•
|
||
I quickly tried to resend a request with some parameters (query arguments) and form data and I don't see any issues.
Marc, can you still reproduce the bug?
Can I close this bug?
Honza
Flags: needinfo?(odvarko) → needinfo?(jutras.marc)
Comment 4•5 years ago
|
||
I am closing this one since it works for me.
Feel free to reopen if you see the problem again.
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•