Michal Ziak Posted May 23, 2019 Share Posted May 23, 2019 Hello guys, I am pretty new here and started to script my own stuff, however I got stuck on one point. I want to make custom login handler. For example, instead of loging in with username selected from osbot gui i just need script to start and do HTTP GET request on some URL, in which will return credentials in JSON and use them to login/whatever (i have list of accounts). Is there any possibility to do so? Thank you for any response Quote Link to comment Share on other sites More sharing options...
Czar Posted May 24, 2019 Share Posted May 24, 2019 Yes you will need to override the login handler, here is a link by @Explv Although please read some of the posts to see if it's still viable now, last time I checked (~1 week ago) it's fine. Good luck 1 Quote Link to comment Share on other sites More sharing options...
Michal Ziak Posted May 24, 2019 Author Share Posted May 24, 2019 Looks promising With few changes it could work perfect for me. Will definitely try that out. Thank you! Quote Link to comment Share on other sites More sharing options...