Skip to content
New issue

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

[Bug]: Allow custom templating inside JSON Body #194

Open
1 task done
romain-pereira opened this issue Oct 24, 2024 · 0 comments
Open
1 task done

[Bug]: Allow custom templating inside JSON Body #194

romain-pereira opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@romain-pereira
Copy link

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?

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
@romain-pereira romain-pereira added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant