Need to make request using HTTP/2.0
-
So i have been trying to make config that needs to send headers and stuff with HTTP/2.0 because the site is only accept that protocol, i tried sending with other protocols using fiddler's composer but all of them were responded by 404 (not found) but HTTP/2.0 worked.
So is there any way to change protocol version in current version of OB or do we need to wait will OB 2?
Thanks!
-
You need to wait for OB2
-
Okay Ruri
-
@Ruri Is sending https/2.0 totally not possible with the current 1.2.2?
-
It's possible if you recompile Extreme.NET and replace 1.1 with 2.0, and then replace the old DLL in OB's folder.
-
@Ruri How do we do this