You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a REST API which accepts post call and uploads the binary file into data base, which is hosted in IIS
I set up Ocelot API Gateway with basic configurations:
It should be fixed by #1724.
So, pumping large files should work fine in Nov-December'23 release.
Please watch for this release in a couple of weeks.
If it doesn't help than it should be fixed by #1824 definitely. Watch for Annual 2023 release... @ipbharaj I don't recommend you to host Ocelot in IIS. We are not responsible for your unstable IIS environment. Please use self-hosted deployments.
Expected Behavior
I have a REST API which accepts post call and uploads the binary file into data base, which is hosted in IIS
I set up Ocelot API Gateway with basic configurations:
It should complete my request as it is doing if I call the Upload API directly.
Actual Behavior
When calling through Api gate way it gives net::ERR_SPDY_STREAM_CLOSED error if the file size is anything more than 1 MB
Steps to Reproduce the Problem
Specifications
Version:
Ocelot Version="12.0.1"
netcoreapp2.1
Platform:
Linux docker container
Subsystem:
Configuration:
The text was updated successfully, but these errors were encountered: