bruno/packages/bruno-tests/collection/echo/echo bom json.bru
lohit e56fb74801
Filter out non-printable characters, control characters and ZWNBSP character from the response body (#2346)
* fix(#1003): content type for client_credentials & password grant types

* feature(#1003): added client is & secret for password credentials grant type

* fix: filter out non-printable control character and ZWNBSP character

* fix: filter out non-printable control character and ZWNBSP character
2024-05-22 14:16:09 +05:30

11 lines
126 B
Plaintext

meta {
name: echo bom json
type: http
seq: 1
}
get {
url: {{host}}/api/echo/bom-json-test
body: none
auth: none
}