[Bug]: absproxy strips /absproxy/ from request path · coder/code-server · Discussion #5439 (original) (raw)
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows 11
- Remote OS: Raspbian GNU/Linux 11 (bullseye)
- Remote Architecture: ARM
code-server --version
: 4.5.1
Steps to Reproduce
- open code-server
- create an empty angular application (no routing, SCSS)
- start it with command
ng serve --disable-host-check
- open link
<code-server-path>/absproxy/4200
Expected
Application is correctly opened in browser
Actual
Application is not opened in browser properly because of absproxy
still strips /absproxy/<port>
from request path (but docs says that absproxy
will keep /absproxy/<port>
)
Logs
No response
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response