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
{ "statement": "select * from flags where guido like '{%}'" }
This should send a request to the api endpoint.
It refreshes, but doesn't crash. It displays the most recent valid/invalid call.
Set up an endpoint and console.log() the request.
The request will not log at all with the json i provided.
10.1.1
Windows
10.0.22631
Installed from website
No response
The text was updated successfully, but these errors were encountered:
@Oppslia This is due to the sanity check in the index.ts file in the templating folder. Attaching the exact line, I think this is intentional
index.ts
https://github.com/Kong/insomnia/blob/5016810378ba47a0b491d150ad4b35d46d467661/packages/insomnia/src/templating/index.ts#L66C3-L66C82
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
{ "statement": "select * from flags where guido like '{%}'" }
This should send a request to the api endpoint.
Actual Behavior
It refreshes, but doesn't crash. It displays the most recent valid/invalid call.
Reproduction Steps
Is there an existing issue for this?
Additional Information
Set up an endpoint and console.log() the request.
The request will not log at all with the json i provided.
Insomnia Version
10.1.1
What operating system are you using?
Windows
Operating System Version
10.0.22631
Installation method
Installed from website
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: