proxy not work for post
See original GitHub issuePOST request body is not proxied to the servers. Maybe the same problem as https://github.com/chimurai/http-proxy-middleware/issues/40
- Web Browser: chrome 86
- Local OS: macOS 10.13
- Remote OS: docker
code-server --version
: 3.7.4
- start a server in code-server terminal
- post to server without header ‘application/json’ by proxy, the server receive body
- post to server with header ‘application/json’ by proxy, the server can not receive body
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
proxy not work for post · Issue #2377 · coder/code-server
This is only happens with POST requests. GET requests work perfectly. The same happens if i access code-server locally by port 8443. I...
Read more >Proxy not working for sending requests from one port to another
When I go to post route for /api/users, it looks like the request doesn't even pass through. Console logging the req object returns...
Read more >I am having trouble sending requests - Postman
Make sure you have enabled the custom proxy option within Postman. I can't send any requests through Postman. My network does not need...
Read more >Network Proxy not working on macOS Ventura
Our network is restricted, and the proxy works fine in macOS 12, but not on macOS Ventura. Any suggestions or troubleshooting tips? Posted...
Read more >How to Fix “There Is Something Wrong With the Proxy Server ...
1. Check if You Have a Stable Internet Connection · 2. Restore Your Proxy Server to Its Default Settings · 3. Disabling Your...
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
Fix is at https://github.com/cdr/code-server/pull/2609
Confirmed this, working on a fix!
Also added a test to prevent any future breakage in this area!