@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.
Hello,
I have 20 accounts in database and I need to login to each account and create separate profile for each account, I need to use 5 threads at a time and each thread uses a unique entry from the database. Each thread will run 1 function only but with different account details.
How can I do this? Please help me with the logic.
@tet-vivi said in Multithreading account Login Help:
Thanks for the reply but I don't want the main script to run with 5 threads, I want main to run once and I need another function let's say login to run with 5 threads, I thought of using function in several threads or async function but cannot think of any logic. Please help in the above case.
@hippyzipp9 said in Multithreading account Login Help:
in several threads
It's easier. And it's enough for you by the description.
@hippyzipp9 I'm looking for the same thing. Have you found the answer? If you posted it here how to do that it will help many newbies like me :D