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
filfreire
changed the title
Copy cURL not copying values of placeholders in headers
Environment variables not getting rendered in "Copy as CURL"
Sep 7, 2023
Expected Behavior
Copy as cURL on request includes the current value rendered from the environment; eg if I had:
when I choose to copy cURL I would expect it to include header "ContentType" with value "application/json"
Actual Behavior
Copy as cURL on request includes the current value rendered from the environment; eg if I had:
when I choose to copy cURL I get a header entry of "ContentType" but no value in the header
Reproduction Steps
Create an environment variable with a value
Create a call with a Header set to that environment variable
Copy the cURL - value of environment variable is not included
Is there an existing issue for this?
Additional Information
No response
Insomnia Version
2023.5.7
What operating system are you using?
Windows
Operating System Version
Windows 10 Pro
Installation method
Download from insomnia
Last Known Working Insomnia version
Unsure.
The text was updated successfully, but these errors were encountered: