Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Conversation

@joshbetz
Copy link
Contributor

@joshbetz joshbetz commented Apr 10, 2023

Description

Expands HTTP Proxy usage to all HTTP requests. This is useful in cases where HTTP traffic is required to proxy through a content filter or similar proxy.

Testing

Start an HTTP proxy:

docker run -d --name squid-container -e TZ=UTC -p 3128:3128 ubuntu/squid:5.2-22.04_beta

Configure the proxy:

export HTTP_PROXY=http://localhost:3128

Confirm wt-cli commands work as expected.

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@joshbetz joshbetz requested a review from TwelveNights April 10, 2023 17:06
@joshbetz joshbetz changed the title unpkg: Use the http proxy if it is configured to make the unpkg request Use the http proxy for all http requests Apr 11, 2023
@joshbetz
Copy link
Contributor Author

Closing in favor of #282

@joshbetz joshbetz closed this Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants