I using the Angular to request API v.3 in Openproject.org with "ketting" library https://github.com/badgateway/ketting/wiki/Optimizing. But can not switch http/1.1 to http/2 protocol although changed HTTP -> HTTPs for Openproject.
Asked
Active
Viewed 518 times
1
-
2http/2 is a server side setting. You can not switch from angular to http/2 – Thorsten Rintelen Oct 11 '20 at 08:13
1 Answers
0
Amazing! Thank Thorsten Rintelen so much! Your info solved my problem that lasted for about two weeks. I was enabled http/2 for the apache webserver ( according to the guide on the web: https://www.howtoforge.com/how-to-enable-http-2-in-apache/ after enabling https in server-side)
====> This article is solved!

Tank Min
- 48
- 5