How to escape {{...}} ? #1410
Unanswered
gregorylevilain
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This needs to be fixed. We use handlebars for interpolation, and we should allow escaping This is the line: https://github.com/usebruno/bruno/blob/main/packages/bruno-electron/src/ipc/network/interpolate-string.js#L37
@Its-treason @martinsefcik @mirkogolze I believe it should be safe to allow escaping. and remove the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a query body that includes a "{{fileName}}" which should remain as is. How can I escape it and avoid variable replacement ?
Thanks a lot for your help, and for Bruno :)
Beta Was this translation helpful? Give feedback.
All reactions