You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
In another application (Postman) you can grab the exact body of the request by doing the operation below. But in bruno this is not possible.
This is causing issues for me because the actual "rawBody" sent to API includes characters such as "\n" automatically but I can not access to same data in the bruno pre-request script. I need to access to same data both in API and Bruno to do some operations.
I have checked the following:
Describe the feature you want to add
In another application (Postman) you can grab the exact body of the request by doing the operation below. But in bruno this is not possible.
This is causing issues for me because the actual "rawBody" sent to API includes characters such as "\n" automatically but I can not access to same data in the bruno pre-request script. I need to access to same data both in API and Bruno to do some operations.
Mockups or Images of the feature
For example in Postman:
Will return:
![Image](https://private-user-images.githubusercontent.com/144101618/411897213-cd2c4f0c-ce3c-4640-a4df-cc6b315f63c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTk1NTMsIm5iZiI6MTczOTI5OTI1MywicGF0aCI6Ii8xNDQxMDE2MTgvNDExODk3MjEzLWNkMmM0ZjBjLWNlM2MtNDY0MC1hNGRmLWNjNmIzMTVmNjNjOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxODQwNTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00M2E1MjcyZDJmYjUyM2MyZDk3N2MxYjNiNTgyNTIyY2Q2YzIxY2U3MWNiYWNkOGU0MmYzMjMwMjBmMjllYzRkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CPsS8NodPADtEIsCkfN6OJTAmPMLSCfVCl2Ms3kMD4Y)
But in bruno I could not find a way to do the same operation.
The text was updated successfully, but these errors were encountered: