We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The prompt dialog to open, asking for the value.
The Nunjucks template gets returned:
{% prompt 'password', '', '', '', false, false %}
https://httpbin.org/post
Prompt
{ "args": {}, "data": "", "files": {}, "form": { "username": "{% prompt 'Hey', '', '', '', false, true %}" }, "headers": { "Accept": "*/*", "Content-Length": "something (I removed some stuff from the response so it wouldn't be right)", "Content-Type": "multipart/form-data; boundary=X-INSOMNIA-BOUNDARY", "Host": "httpbin.org", "User-Agent": "insomnia/2023.2.2", "X-Amzn-Trace-Id": "[redacted]" }, "json": null, "origin": "[redacted]", "url": "http://httpbin.org/post" }
No response
2023.2.2
Windows
Windows 11 22H2 (22621.1702)
Download from insomnia.rest
The text was updated successfully, but these errors were encountered:
Were you able to solve it? I have this problem as well for several weeks.
Sorry, something went wrong.
Unfortunately no, I ended up just not using Insomnia in the end
Were you able to solve it? I have this problem as well for several weeks. Unfortunately no, I ended up just not using Insomnia in the end
I just found the option which was the problem.
When you unselect "Raw template syntax" it looks better again. I was just blind, when opening the settings.
Were you able to solve it? I have this problem as well for several weeks. Unfortunately no, I ended up just not using Insomnia in the end I just found the option which was the problem. When you unselect "Raw template syntax" it looks better again. I was just blind, when opening the settings.
That's great, thanks! I might try it myself later :)
No branches or pull requests
Expected Behavior
The prompt dialog to open, asking for the value.
Actual Behavior
The Nunjucks template gets returned:
Reproduction Steps
https://httpbin.org/postthat uses Multipart for the bodyPromptfor one of the form fields{ "args": {}, "data": "", "files": {}, "form": { "username": "{% prompt 'Hey', '', '', '', false, true %}" }, "headers": { "Accept": "*/*", "Content-Length": "something (I removed some stuff from the response so it wouldn't be right)", "Content-Type": "multipart/form-data; boundary=X-INSOMNIA-BOUNDARY", "Host": "httpbin.org", "User-Agent": "insomnia/2023.2.2", "X-Amzn-Trace-Id": "[redacted]" }, "json": null, "origin": "[redacted]", "url": "http://httpbin.org/post" }Is there an existing issue for this?
Additional Information
No response
Insomnia Version
2023.2.2
What operating system are you using?
Windows
Operating System Version
Windows 11 22H2 (22621.1702)
Installation method
Download from insomnia.rest
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: