Welcome Guest, Not a member yet? Register   Sign In
Support to HTTP/3
#3

I re-open this post after some time, to ask the developers if it is possible to consider the inclusion in the list of http versions supported also the http/3 which has officially become a standard. Or if anyone can tell me if there is a way to extend this class in the app and customize these values by adding 3.0 to the list, and avoid it being overwritten with each framework update.

As I said in the past I have an application that runs on Caddy Web Server that uses http/3 as default value, and opening any page with any browser under windows, it always gives me this error in the logs, "Invalid HTTP Protocol Version. Must be one of: 1.0, 1.1, 2.0 ". , while I don't get this error using browsers under linux or android.

Honestly, I don't understand the exact reason why this occurs only with windows system, but if I add the value 3.0 to the file system/HTTP/Message.php then the error disappears and the pages open correctly.

PHP Code:
    
  
protected $ validProtocolVersions = [
        '1.0',
        '1.1',
        '2.0',
        '3.0',
    ]; 

I thank in advance anyone who could consider my report and help me solve the problem.
Reply


Messages In This Thread
Support to HTTP/3 - by chronic - 03-21-2022, 09:43 AM
RE: Support to HTTP/3 - by mucio - 03-26-2022, 11:22 AM
RE: Support to HTTP/3 - by chronic - 09-26-2022, 12:39 PM
RE: Support to HTTP/3 - by InsiteFX - 09-27-2022, 12:26 AM
RE: Support to HTTP/3 - by chronic - 09-27-2022, 06:46 AM
RE: Support to HTTP/3 - by paulbalandan - 09-27-2022, 01:55 AM
RE: Support to HTTP/3 - by kilishan - 09-27-2022, 09:27 AM
RE: Support to HTTP/3 - by badger - 03-22-2023, 09:11 AM
RE: Support to HTTP/3 - by kenjis - 03-22-2023, 06:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB