Login via URL

Hy,

I wanna know how to pass login information (username+password) via url to login in bonita.

Thanks

You cannot pass username and password in the url, your user will rather be redirected to Bonita login and connect. You can also use [Single Sign-On] or you can give anonymous access to your user.

Try something like this:
http://localhost:8080/bonita/loginservice?username=AUser&password=APass

You are welcome ^_^.

P.D: Tested at 6.3.2, if this does not work tell us what version are you using.