mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-28 19:03:15 +01:00
e56fb74801
* 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
11 lines
126 B
Plaintext
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
|
|
} |