|
|
|
|
|
by wolfgang42
2976 days ago
|
|
Yes, you can't push cross-origin.[1] However, there's still a lot of use-cases where this is useful, such as if your entire site is static content, or if your app servers are behind the CDN as well. [1]: Yet. I believe the web packaging standard (intended, among other things, to replace AMP) allows pushing bundles signed by other origins. |
|
1. Site and static content are served directly by your webserver. ( HTTP2/push helpful )
2. Site served by your web servers but static content is served by a CDN ( HTTP2/push NOT helpful )
3. Site and static content proxied by some service. ( HTTP2/push helpful )