Live data from Hacker News

Ask HN: Can I use http2

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: Can I use http2

#4
post #2

Use it? yes, major browsers speak it. Use only http2? Not a good idea.

My little knowledge tells me if the browser doesn't support http2 it will still work. So what do you mean to not only use http2 ?

Wasn't quite clear what question was, so wanted to make sure you aren't asking if you can require support for HTTP2. Any normal setup will fall back to HTTP when the upgrade to HTTP2 doesn't work, yes.

Re: Ask HN: Can I use http2

#5
Yes, for example in nginx config it is just one word in server definition. And if client doest support it, fallback automatically to standard https website. Really there is no reason not to enable it.