Skip to content

Fix: Curl code generator ignoring Basic & Bearer Auth (#797)#805

Open
bhumika-ks31 wants to merge 1 commit intopostmanlabs:developfrom
bhumika-ks31:fix-basic-bearer-auth
Open

Fix: Curl code generator ignoring Basic & Bearer Auth (#797)#805
bhumika-ks31 wants to merge 1 commit intopostmanlabs:developfrom
bhumika-ks31:fix-basic-bearer-auth

Conversation

@bhumika-ks31
Copy link

This PR fixes issue #797 where the curl code generator was ignoring
Basic and Bearer authentication. Added support for:

  • Basic Auth: -u "username:password"
  • Bearer Auth: -H "Authorization: Bearer "

Existing NTLM auth and other logic untouched.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant