Skip to content

Allow multiple headers via PPLS_HEADERS #35

Description

@NickChristensen

Currently PPLS_HEADERS is parsed as a single Key=Value string, which makes it impossible to pass multiple headers (e.g. Cloudflare Access requires both CF-Access-Client-Id and CF-Access-Client-Secret).

Expected: support multiple Key=Value pairs in PPLS_HEADERS, such as comma-separated or newline-separated values, matching the repeatable --header flag.

Example desired usage:

  • PPLS_HEADERS="CF-Access-Client-Id=...;CF-Access-Client-Secret=..." (choose delimiter)
  • or newline-separated values

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions