@johnsharon said in How to login to any site using HTTP client in BAS?:
How to login to any site using HTTP client in BAS?
you must repeat the same requests that your site sends after you click the login button.
@abeme said in Problem with login BAS:
I am trying to login on website using my data.txt with logs in form (Login:Password).
How can i read this file, then split the line by " : " to have 2 Variables --- LOGIN=Login and PASSWORD=Password?

