Skip to content

fix(cli): trim trailing slash from proxy server - #1364

Closed
EfeDurmaz16 wants to merge 1 commit into
vercel-labs:mainfrom
EfeDurmaz16:efe/trim-proxy-trailing-slash
Closed

fix(cli): trim trailing slash from proxy server#1364
EfeDurmaz16 wants to merge 1 commit into
vercel-labs:mainfrom
EfeDurmaz16:efe/trim-proxy-trailing-slash

Conversation

@EfeDurmaz16

Copy link
Copy Markdown

Summary

  • normalize proxy server values by trimming trailing slashes before passing them to Chrome
  • keep proxy auth parsing intact for authenticated proxy URLs
  • add focused parser coverage for plain, authenticated, and no-scheme proxy values

Fixes #1349.

Verification

  • cargo test --manifest-path cli/Cargo.toml test_parse_proxy
  • cargo fmt --manifest-path cli/Cargo.toml -- --check
  • cargo clippy --manifest-path cli/Cargo.toml --all-targets -- -D warnings
  • git diff --check

@vercel

vercel Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

@EfeDurmaz16 is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

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.

ERR_NO_SUPPORTED_PROXIES when proxy environment variables contain trailing slash

1 participant