Hello,
Under IIS, I wish to reveal « Connection :keep-alive » in the header of HTTP answer.
I know that even by activate « Persistent Connections (keep-alive) », IIS decides not to reveal it in the HTTP header.
This case causes problems, for example for Apple IOS which does not handle correctly the flow of the requests.
It often causes problems concerning pictures which are swaped with other pictures and even with other files.
I saw other people who have the same problem.
I think of the following 2 solutions:
- Ask IIS to place the header « Connection: keep-alive » when « Persistent Connections (keep-alive) » is enable.
- Ask IIS (via ASP) to place the header « Connection: keep-alive » only for IOS
I cannot manage to apply a solution.
I am sure that it’s possible for IIS to place the header, because the Web site of Microsoft is supplied by IIS and the header « Connection: keep-alive » is present.
Can you help me ?
Thank you in advance.
Gilles