Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-07-10 Thread Yoav Weiss
FWIW, there's an independent feature request to enable preloading with arbitrary headers . On Sun, Jul 10, 2022 at 11:47 PM Patrick Meenan wrote: > I don't think there's a good way to pre-cache something with VARY headers > (which presumably the push

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-07-10 Thread Patrick Meenan
I don't think there's a good way to pre-cache something with VARY headers (which presumably the push promise includes to make sure the auth header matches expectations) to fulfill a future API call. If you control the app code and can make it check other places for the API data then something

[blink-dev] Blink bug status as of 2022-07-11

2022-07-10 Thread tkent
Title: Blink bug summary Blink bug status as of 2022-07-11 Component Open Slow Triage Pri-0/1 ⭐ No owner Oldest Whole Blink16,900(+74)72,505(-57)1,030(+9)1,042(+20)317Jan 2015 Uncategorized151602(-3)2Jul 2022 Blink>Accessibility389(+12)1,358(+10)2(+2)3212Jul 2019

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-07-10 Thread Mitar
Hi! On Sun, Jul 10, 2022 at 4:19 PM Patrick Meenan wrote: > Presumably if you are protecting something behind HTTP Auth then the PUSH is > happening AFTER the 401 challenge and the browser has made the follow-on > request with the Authorization header. If not, then the resources aren't >

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-07-10 Thread Patrick Meenan
Presumably if you are protecting something behind HTTP Auth then the PUSH is happening AFTER the 401 challenge and the browser has made the follow-on request with the Authorization header. If not, then the resources aren't actually protected by authorization and PUSH is bypassing the auth. In

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-07-10 Thread Mitar
Hi! On Mon, Apr 25, 2022 at 9:09 AM Kenji Baheux wrote: > The Authorization header should be supported in Early Hints. > Please share a concrete example if this doesn't work as you'd hope. > Kenji, I think there is some misunderstanding here between what I am concerned about (what is possible