@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.
I'm trying to get scrape for proxies, heres what im trying to do:
Connect to link
Get Proxy
Apply proxy
I just need to make sure only 10 is started at the same time and not more.
between connect to link and apply proxy i need to make sure the number of concurrent threads never gets higher than 10. How would i accomplish this?
@rekaa0251 Use the resource "LinesFromUrl" and set the number of threads to 10