How to POST big files? #1937
Unanswered
dmitriifilonenko
asked this question in
Q&A
Replies: 4 comments 2 replies
-
I have the same problem. But, when I set the Ocelot and Upstream's like |
Beta Was this translation helpful? Give feedback.
1 reply
-
Reroute configuration would be a better option, than enabling this application wide. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Keerthikan Can you guide how to do so with Reroute? |
Beta Was this translation helpful? Give feedback.
0 replies
-
#928 Chunked Encoding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Ocelot doesn't allow POST requests with big bodies. Effectively it forbids uploading relatively big files.
This can be worked around on the application level:
But it would be much better if it was possible on request level, preferably as a part of Route configuration.
Also it's not completely clear if Ocelot manages to resend request with big content. I face another issue:
Though it's not yet clear is the problem is in Ocelot.
Beta Was this translation helpful? Give feedback.
All reactions