Make imported cURL requests populate the Auth tab automatically #9136
Replies: 1 comment
-
|
Hi, This feature is available in the latest versions of Insomnia. Could you check and let us know if you still face any issues? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
When importing a request from cURL that includes authentication (e.g., a bearer token), Insomnia currently adds the token as a raw header instead of mapping it to the Auth tab.
This makes imported requests inconsistent with those created directly inside Insomnia and harder to manage later.
Problem Statement:
Currently, when a cURL request containing authentication details is imported, Insomnia places the token inside the headers.
For example:
While this technically works, it has a few drawbacks:
Proposed Solution:
When importing a cURL request, Insomnia should:
This would bring imported requests in line with those created natively in Insomnia and streamline authentication management.
Beta Was this translation helpful? Give feedback.
All reactions