PaloAltoNetworks / minemeld

Main MineMeld documentation repo
379 stars 64 forks source link

Missing Content-Length header #43

Open migueltorre opened 4 years ago

migueltorre commented 4 years ago

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