Hi,
I have to call an external API with body type = “raw”: this API only works, if the linebreaks in the body are CR LF (Char 13 + Char 10, hex: 0D0A)
Problem: If I type the body, bubble generates only LF (Char 10) for the linebreak
Questions
- is it possible to configure my plugin, that bubble generates CR+LF for the linebreaks?
- if not: is it possible to enter the CR-Character (Char 13) manually? i.e. masked
- if not: currently I solved the problem with a variable in the body in each line:
_*_CRChar13_*_
and fill it in bubble with this char 0x0D. How can I enter this character in “Arbitrary text”? (without javascript)