How do I send POST requests with HTTP header containing newlines in postman? -




when http header contains newlines lf or crlf, postman doesn't send request. gives error:

enter image description here

how send post requests containing newlines in postman? thank you.

from w3 docs,

line breaks, in multi-line text field values, represented cr lf pairs, i.e. `%0d%0a'

also, try using x-www-form-urlencoded format send request. hope helps.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -