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

Import CURL command does not parse the Digest Auth flag correctly #8087

Closed
hc-danieltiziani opened this issue Feb 20, 2020 · 2 comments · Fixed by postmanlabs/curl-to-postman#54
Assignees

Comments

@hc-danieltiziani
Copy link

Describe the bug
When you import the curl command below, it does not adjust the authentication to use the Digest Auth. It used the Basic Auth instead.

curl -X GET -u "TST:TEST" --digest -i "https://cloud.mongodb.com/api/atlas/v1.0"

Expected behavior
Use the Digest Authentication

App information (please complete the following information):

  • App Type Native App
  • Postman Version 7.14.0 (7.14.0)
  • OS: macOS High Sierra 10.13.2
@DannyDainton DannyDainton changed the title Import CURL command does not parse correctly Import CURL command does not parse the Digest Auth flag correctly Jun 27, 2022
@dhwaneetbhatt
Copy link

@hc-danieltiziani We're looking into this issue. We will keep this thread updated as we ship the fix.

@dhwaneetbhatt
Copy link

@hc-danieltiziani We have fixed this issue in the latest version of the app. Please try it out and reopen if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants