Woersty / LoxBerry-Plugin-https2http

A LoxBerry Plugin
http://plugins.loxberry.de
Apache License 2.0
3 stars 1 forks source link

Authentication with @ in user name failes #3

Closed TheRomsen closed 1 year ago

TheRomsen commented 2 years ago

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.

Woersty commented 2 years ago

Will have a look

Emuench1 commented 1 year ago

I have the same problem! what is the solution?

Woersty commented 1 year ago

I think it should work now. Couldn't test deeper.

Emuench1 commented 1 year ago

Bei mir geht es um dies Seite

https://eu5.fusionsolar.huawei.com/unisso/login.action?service=%2Funisess%2Fv1%2Fauth%3Fservice%3D%252Fnetecowebext%252Fhome%252Findex.html#/LOGIN

Ich komme da nicht weiter mit anderen Seiten funktioniert es

Gruß Enrico

Woersty commented 1 year ago

Haste die Version von gestern probiert?

Emuench1 commented 1 year ago

Ja da bekomme ich immer nur ein weises Tab

Emuench1 commented 1 year ago

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.

https://eu5.fusionsolar.huawei.com/unisso/login.action?decision=1&service=https%3A%2F%2Fregion02eu5.fusionsolar.huawei.com%2Funisess%2Fv1%2Fauth%3Fservice%3D%252Fpvmswebsite%252Fassets%252Fbuild%252Findex.html%2523%252Fhome%252Flist

Gruß Enrico