🐛 BUG: Support http proxies for `wrangler dev`
See original GitHub issueWhat version of Wrangler
are you using?
2.0.22
What operating system are you using?
windows 10
Describe the Bug
wrangler pages publish public --project-name xxxx
X [ERROR] fetch failed
If you think this is a bug then please create an issue at https://github.com/cloudflare/wrangler2/issues/new/choose
Logging in is fine, but when posting a project it fails to capture, setting the http proxy is useless, even though the http proxy allows the browser to open all websites normally
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Compatibility dates - Workers - Cloudflare Docs
The new compatibility date takes effect when you next run the wrangler publish command. There is no need to update your compatibility_date if ......
Read more >Proxy support in Chrome
HTTP proxies in Chrome support the same HTTP authentiation schemes as for target servers: Basic, Digest, Negotiate, NTLM.
Read more >@cloudflare/wrangler | Yarn - Package Manager
wrangler dev is a local proxy server to Cloudflare's preview service, allowing you to automatically re-build and preview your application on localhost ....
Read more >open source http client - Le K'Sensuel
El precio anunciado corresponde al Jeep Wrangler Unlimited Sport, modelo 2020. ... The above HTTP clients and web debugging proxy can help you...
Read more >166169 – net-proxy/polipo fails to start due to pid file permissions
Assignee: Gentoo Network Proxy Developers (OBSOLETE) ... Some bug wrangler changed the summary of this bug to "init script fails to create.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rozenmd
wrangler dev --local
works fine, thank you!Thanks for that @Lifeni - we have a bug to fix for
wrangler dev
to make it support proxies - but doeswrangler dev --local
work?