31 Jul 2024 09:18 AM
Hello,
I have 2 questions concerning HTTP monitors :
- HTTP calls are all HTTP 1.1 or not?
- By default, connection are closed in HTTP Monitors?
I understand why, but, as persistent connections are the default behavior of any connection in HTTP 1.1, the behavior is different :
recently we had issue with one HTTP Monitor, which is calling only one url.
Suddenly, every time, we got a connection refused.
I created its brower clickpath version: no error.
We discovered at the end, that it was due to a connection closed.
I added in the request header, connection: keep-alive and it was ok.
Thank you
Sabine
Solved! Go to Solution.
06 Aug 2024 09:26 AM
Yes we close the connection and you need to add the keep-alive header in this case.