openbullet / OpenBullet2

OpenBullet reinvented
MIT License
1.64k stars 456 forks source link

PASS dont match #977

Closed tuanhoang224q closed 2 months ago

tuanhoang224q commented 2 months ago

"I am encountering an issue where the password containing the '&' character does not work. I tried using '' password=aFpVh2QN4&5UfiZ*r@GY&lang=login.html but it still doesn't work even though the password is correct." thank you!

openbullet commented 2 months ago

You need to URL encode the password since & is a reserved characters in URLs meant to join query params. There is a block to do URL encoding, just search for it, give it input.PASS as parameter and then use the output variable of that block instead in your URL.