Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to copy Request Payload in Chrome on Mac?

Recently I'm not able to copy a parsed request payload from Chrome DevTools. Button is disabled. I'm able to copy normal POST and GET request but not a parsed JSON payload.

Chrome Request Payload - view parsed

This is huge pain in the ... Anyone know the solution for it?

like image 546
navvn Avatar asked Dec 09 '16 09:12

navvn


People also ask

How do I repeat a Chrome request?

Just right click on the request and select Replay XHR.


1 Answers

Came to your question having the same problem.

My solution: Select the text with your mouse pointer and make sure you are not selecting more than the whole content, then try again.

I was selecting more than the contents by triple clicking it and it wouldn't let me copy, probably a bug in chrome.

like image 127
Computer's Guy Avatar answered Oct 06 '22 13:10

Computer's Guy