Search code examples
phphttp2server-pushiis-10

PHP how can i use ServerPush HTTP2 on IIS10


I have a little question like a title.

How can i use ServerPush HTTP2 with PHP on IIS10?

Many thank.


Solution

  • IIS only supports Push through the ASP.NET or similar. Also it does not support through HTTP Link Headers like many servers and CDNs do.

    So HTTP/2 Push cannot be used in IIS via PHP at the moment as far as I am aware.