문제

I know how to do it for http, and it's pretty easy.

But how do you do it for https in iis?

If the method linked above is supposed to do it for https, it doesn't work on mine, or at least I receive no keep-alive response headers.

Many thanks in advance!

도움이 되었습니까?

해결책

If you're using HTTP 1.1, keep-alive is assumed as default, according to RFC2616 - even for HTTPS connections.

https://www.rfc-editor.org/rfc/rfc2616#section-8.1

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top