[Bug]: absproxy strips /absproxy/ from request path · coder/code-server · Discussion #5439 (original) (raw)

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

  1. open code-server
  2. create an empty angular application (no routing, SCSS)
  3. start it with command ng serve --disable-host-check
  4. 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

image

Does this issue happen in VS Code or GitHub Codespaces?

Are you accessing code-server over HTTPS?

Notes

No response