I am working on a project where we are getting HTTP 525 error intermittently. We suspect that the issue is happening because of HTTP3 requests. I tried to generate a HTTP 3 request through curl, but it seems it is not supported.
I tried the below command and it failed-
//Using Google.com just for an example.
From what I read, it seems HTTP3 is still experimental and would need some sort of package creating manually. I am not from developer background so I do not know how to do this.
Can someone help me with the steps I need to get HTTP3 support in Curl on Windows? Any suggestion for other tool which I can work with is also appreciated.
Thank you in advance for all your responses and suggestions.