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
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
I have a question. Is Minemeld API sending the Content-Length header along with dynamic content (feeds)?
I mean, I,ve tried to retrieve the feed´s content length coming from upstream server (app_server), but I have not been successful.
For example, for the feed: https://192.168.1.1/feeds/inboundfeedhc, I understand that the content-length will be stored in the Nginx variable ** $upstream_response_length**
But when I test this, response headers show: Content-Length: 0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have a question. Is Minemeld API sending the Content-Length header along with dynamic content (feeds)?
I mean, I,ve tried to retrieve the feed´s content length coming from upstream server (app_server), but I have not been successful.
For example, for the feed: https://192.168.1.1/feeds/inboundfeedhc, I understand that the content-length will be stored in the Nginx variable ** $upstream_response_length**
But when I test this, response headers show: Content-Length: 0
The text was updated successfully, but these errors were encountered: