postmanlabs / postmanlabs/postman-code-generators

Curl ignores any auth that's is not ntlm auth

Open
#797 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1k
Forks
381
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
Basic and Bearer auth gets ignored by the curl codegenerator

To Reproduce
Use any auth that's not ntlm, it gets ignored by the script

Expected code snippet and corresponding request
The basic auth should use -u and bearer auth should add a header

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Curl code generator and its authentication handling, then reproduce the issue with Basic and Bearer auth. Done means Basic auth produces a -u option and Bearer auth adds a header, while NTLM behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.