Closed TheRomsen closed 1 year ago
Will have a look
I have the same problem! what is the solution?
I think it should work now. Couldn't test deeper.
Bei mir geht es um dies Seite
Ich komme da nicht weiter mit anderen Seiten funktioniert es
Gruß Enrico
Haste die Version von gestern probiert?
Ja da bekomme ich immer nur ein weises Tab
Ich habe jetzt schon einiges versucht aber ich bekomme immer nur ein leeres Tab. Es gibt auch ein Kiosk Modus ohne Passwort das funktioniert auch nicht. Würde immer noch um die Huawei Seite gehen.
Gruß Enrico
I'll try to call a https website with the authentication via the URL where my user name has the @ inside to get some JSON data back. E.g. https://myname@email.com:mySecurePassword@backend.givemejson.data/value?bla=blub
Within the normal browser it is working but the plugin tells me:
ERROR: PHP: Fehler beim Verarbeiten der Daten mit cURL. (https://myname@email.com:mySecurePassword@backend.givemejson.data/value?bla=blub)[]
If I use curl manually then it works with using the % notation of the @:curl https://myname%40email.com:mySecurePassword@backend.givemejson.data/value?bla=blub
Can you please have a look?
Thanks in advance.