HTTP/2

hello, what shoud i do if i have site using http/2 like this

POST /di/mob/v2/mobile/message HTTP/2
Host:
Content-Type: multipart/form-data; boundary=a9327514-e2cf-4c25-b283-633cd05bdc56
Content-Length: 4532
Accept-Encoding: gzip, deflate, br
User-Agent: okhttp/4.11.0
–a9327514-e2cf-4c25-b283-633cd05bdc56
Content-Disposition: form-data; filename=“file.txt”; name=“payload”
Content-Type: application/octet-stream
Content-Length: 4315

is the openbullet2 support this
thank you!

Hello, HTTP/2 is only supported if you use SystemNet as http library, then you just have to put 2.0 in the Http Version field. Both are options of the HTTP Request block.

1 Like

thank i was also going to ask the same thing.