How can I see the raw request being made? #1309
-
title ^ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@ColtonIdle The URL, headers and body that was sent is displayed in the Timeline Tab in the response pane. |
Beta Was this translation helpful? Give feedback.
-
I'd like to see more here. I'd really like to see the client certificate attached for one. I may have several certs set and I'd like to see this in the information displayed in the Timeline. It's a feature I frequently use in Postman. I looked into this personally today. It seems like it should be easy until you dig into the code and realize it's not stored in the "item" that gets passed around the various components that ultimately show in the TimeLine. I have plenty of React experience, but not really any Electron. Just messing around there I can debug Bruno just fine, but not the Electron parts and it seems like the certificate used is attached there, not within Bruno. We could fake it by parsing out a match from the collection and displaying that, but that's not really what I'd be looking for. I expect it would be part of the request object that gets passed in to the TimeLine. |
Beta Was this translation helpful? Give feedback.
@ColtonIdle The URL, headers and body that was sent is displayed in the Timeline Tab in the response pane.
Is this what you were looking for ?