large file upload via Zuul
问题 I'm trying to upload a large file through Zuul. Basically I have the applications set up like this: UI: this is where the Zuul Gateway is located Backend: this is where the file must finally arrive. I used the functionality described here so everything works fine if I used "Transfer-Encoding: chunked". However, this can only be set via curl. I haven't found any way to set this header in the browser (the header is rejected with the error message in the console " Refused to set unsafe header ..