Skip to content

Conversation

@chessbyte
Copy link
Contributor

Issue # (if available)

Closes #273

Description of changes

  • Support HTTP_PROXY, HTTPS_PROXY, ALL_PROXY environment variables
  • Support NO_PROXY for bypassing specific hosts with port matching
  • Support proxy authentication via URL credentials
  • Default bypass for localhost, 127.0.0.1, ::1

Checklist

  • Created unit tests in tests/unit and/or in Rust for my feature if needed
  • Ran make fix to format JS and apply Clippy auto fixes
  • Made sure my code didn't add any additional warnings: make check
  • Added relevant type info in types/ directory
  • Updated documentation if needed (API.md/README.md/Other)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Support HTTP_PROXY, HTTPS_PROXY, ALL_PROXY environment variables
- Support NO_PROXY for bypassing specific hosts with port matching
- Support proxy authentication via URL credentials
- Default bypass for localhost, 127.0.0.1, ::1
@chessbyte chessbyte force-pushed the feature/http-proxy-support branch from 1605f96 to d6efdc5 Compare December 23, 2025 02:41
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.

HTTP proxy authent with fetch

1 participant