alexjeen / Roundcube-AutoLogin

This class allows you to automatically login to RoundCube
27 stars 21 forks source link

Autologin script works only with http1.1 #10

Open zden2ksobotka opened 3 years ago

zden2ksobotka commented 3 years ago

Hello, I tried your autologin script - excelent work by the way. But when I try it, I found one fundamental thing, which makes the functionality not 100 percent. The autologin script as it is written, does not work with the http2. Functionality is limited to http1.1 protocol only. Is there any chance, to add support for the http2 protocol?

Thanks. Z.

mckaygerhard commented 2 years ago

it uses the curl call behind the post.. so will neeed refactoring to property support a better and secure way to..