You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a data type that could contains templated Strings in JSON and I can't use the software to send a request to it.
Example body: { "name": {{CUSTOM_NAME}} }
Steps to reproduce?
1. Launch the application
2. Create a request
3. Add Body with JSON containing templating variables
4. Try send the request
What did you expect to happen?
It would be great to add an option to "Force Submit" a request even if the software detect that you don't defined a template placeholder because it's not related to HTTPie templating system itself.
Or another option to "escape" those variables.
Platform
macOS
HTTPie Desktop version
2022.5.1
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I'm working with a data type that could contains templated Strings in JSON and I can't use the software to send a request to it.
Example body:
{ "name": {{CUSTOM_NAME}} }
Steps to reproduce?
What did you expect to happen?
It would be great to add an option to "Force Submit" a request even if the software detect that you don't defined a template placeholder because it's not related to HTTPie templating system itself.
Or another option to "escape" those variables.
Platform
macOS
HTTPie Desktop version
2022.5.1
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: