Hello community!
We have synthetic tests (written on python - User-Agent: python-requests), which check value from < Content-Length: XXXXX>
When OneAgent is installed the Content-Length header is disappear, and tests are failed.
When i use curl - i have Content-Length header in response.
Can i change settings in Dynatrace that tests will passed (the header not disappear)
Any ideas?
Dynatrace Agent not installed:
< 200 OK
< Server: nginx/1*
< Date: Wed, *
< Content-Type: text/html
< Content-Length: *
< Connection: keep-alive
Dynatrace Agent installed:
< 200 OK
< Server: nginx/1.*
< Date: Wed, *
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
Regards,
Alexander
I think you should open support ticket for this case.
Sebastian