Closed
Bug 1452197
Opened 8 years ago
Closed 8 years ago
Copy as cURL - Data part is missing
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1269468
People
(Reporter: abhi.alone, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Steps to reproduce:
Step 1: Open up chrome developer tool.
Step 2: Navigate to Network tag and click on XHR.
Step 3: Go to any website and make POST ajax request. Or simple post request will also work.
Step 4: Now right click on that request and click on Copy as cURL.
Actual results:
It must have Data part. But data part is missing while using Copy as cURL. All other data is present like request headers etc.
Expected results:
It should have data part too. Same as post data.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Component: Untriaged → Developer Tools: Netmonitor
OS: Unspecified → All
Hardware: Unspecified → All
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•8 years ago
|
||
@Gingerbread Man : Is that fixed in newer version ?
Comment 3•8 years ago
|
||
Firefox 61, due for release June 25th. You can test it in a brand new profile now, to double-check it's indeed the same issue.
https://nightly.mozilla.org
https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•