[BUG] Issue with OpenCloud when using Zoraxy
Describe the bug As requested in https://github.com/tobychui/zoraxy/issues/685#issuecomment-3461823132 I am creating a new report. OpenCloud is not compatible with Zoraxy. In this combination i got several problems. In June you added Disable Chunked Transfer Encoding to the Zoraxy UI for another user. But now with this option, i cant upload any files to OpenCloud.
To Reproduce Steps to reproduce the behavior:
- Using OpenCloud with Zoraxy
- Using the Disable Chunked Transfer Encoding
- try to upload a file in OpenCloud
- it's not possible
Expected behavior That uploading a file works.
You can find further information here: https://github.com/opencloud-eu/opencloud-compose/issues/129
Browser (if it is a bug appears on the UI section of the system): Brave
Host Environment (please complete following information, DO NOT REMOVE ANY FIELD(S)): Ubuntu 24.04 LTS with Zoraxy Ubuntu 24.04 LTS on the OpenCloud VM
[Supplementary links https://github.com/opencloud-eu/opencloud-compose/issues/129 https://github.com/opencloud-eu/opencloud/issues/1728
Additional context With Disable Chunked Transfer Encoding it's not possible to upload new files. Without it, we have other problems.
I have briefly read the issues in the supplementary links. I need a bit more information regarding this "it's not possible" issue. Please provide network trace file (HAR file) and wireshark capture file on both working and not working settings.
The difference between enabling / disabling chunked transfer encoding only changed one thing as described in the code snippet below. https://github.com/tobychui/zoraxy/blob/863113a1b8f4c43808eaf956bc090d479182a374/src/mod/dynamicproxy/dpcore/dpcore.go#L292C2-L295C3
Closing this as the issue author is not responding.