zoraxy icon indicating copy to clipboard operation
zoraxy copied to clipboard

[ENHANCEMENTS] Option to 'Disable Chunked Encoding'

Open Freekers opened this issue 11 months ago • 2 comments

Is your feature request related to a problem? Please describe. Yes, currently I receive an HTTP Error 501 when trying to use the VM console in Proxmox, while being reverse proxied via Zoraxy. According to this thread on the Proxmox forums, this might be due to Chunked Encoding being enabled.

Describe the solution you'd like Option/Toggle to Disable Chunked Encoding, preferably per HTTP Proxy host.

Describe alternatives you've considered

  • Switching back to Nginx Proxy Manager :(
  • Not using the reverse proxied Proxmox webinterface

Additional context firefox_92ooIyaPLq

Freekers avatar Mar 23 '24 21:03 Freekers

@Freekers I am not sure if that is related to chunked encoding. I tested the same setup in a development build of zoraxy with no chunk encoding & connected via local IP address, it still not works. See here for more discussion related to proxmox and zoraxy. I will keep this open for now.

tobychui avatar Mar 24 '24 02:03 tobychui

@Freekers I am not sure if that is related to chunked encoding. I tested the same setup in a development build of zoraxy with no chunk encoding & connected via local IP address, it still not works. See here for more discussion related to proxmox and zoraxy. I will keep this open for now.

I think it maybe Websocket support?

mbah-dukun avatar Mar 30 '24 09:03 mbah-dukun

Proxmox compatibility mode is now added in v3.1.0. Zoraxy will automatically force legacy HTTP connection, rewrite chunk encoding settings and perform a few more compatibility stuffs if PVE cookie is detected in the request.

tobychui avatar Jul 31 '24 15:07 tobychui