-
I have downstream service which exposes swagger.json. That file is 700kb and on local machine everything works fine. Unfortunately on production that file is truncated by YARP. Main difference is that on production we use HTTPS where browser sends HTTP/2 request. There is no For that request (for swagger) we use MapForwarder (direct forwarding method) but I do not know is that specific to that problem or not. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Would you be able to create a minimal runnable example that reproduces this issue? |
Beta Was this translation helpful? Give feedback.
-
@MihaZupan Will try. |
Beta Was this translation helpful? Give feedback.
-
@MihaZupan I do not have repro yet but today I've check requesting this endpoint by Postman and this is really strange. On Postman everything works fine but on any other browser (Edge, Chrome, Firefox) received data is truncated. 😵💫 I there any possibility to send to more specific details by DM? |
Beta Was this translation helpful? Give feedback.
Triage: The issue appears to be with the firewall infra in front of YARP, no indication of issues from our side at this time.