jarrodek / ChromeRestClient

ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Apache License 2.0
371 stars 98 forks source link

Cannot see RAW request #1159

Open anshuman-goel opened 5 years ago

anshuman-goel commented 5 years ago

Cannot see RAW request that is being sent.

Versions

App: 10.0.12 Platform: 5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

jarrodek commented 5 years ago

Hi, Thank you for issue report. Can you please explain what does it mean? Or provide steps to reproduce?

anshuman-goel commented 5 years ago

I don't remember the use case exactly. If I am right, there is no way I can see what is actually being sent. It just says successful or not.

One use case might be useful to see how escape/ special characters are being modified.

jarrodek commented 5 years ago

This can be done in the details panel of the response. Toggle details, select Request headers tab, and then "source message":

image

I'll leave this ticket to update the docs.