bruno icon indicating copy to clipboard operation
bruno copied to clipboard

I want to see the request body corresponding to the request I sent, but there is nothing in the developer tool view, and the current request cannot be captured in real time.

Open bite-Wilson-Liang opened this issue 1 year ago • 2 comments

test0326001

bite-Wilson-Liang avatar Mar 26 '24 05:03 bite-Wilson-Liang

+1

But maybe the developer tools is not the right place for this. Maybe in the timeline tab.

subiabre avatar Mar 26 '24 12:03 subiabre

@bite-Wilson-Liang The request is sent on the Electron side, you won't be able to see it in the devtools. However you can access this in pre request scripts : console.log(req.body)

bpoulaindev avatar Mar 28 '24 09:03 bpoulaindev

@bite-Wilson-Liang The request is sent on the Electron side, you won't be able to see it in the devtools. However you can access this in pre request scripts : console.log(req.body)

Thank you~

bite-Wilson-Liang avatar Mar 31 '24 06:03 bite-Wilson-Liang