@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.
Is there a possibility to examine the following 2 separate errors?
I get these errors with http client, it is actually not a problem to get or solve the error.
The problem is that these errors are fatal and stop the program completely.
You can "ignore errors" as much as you want, but if this error occurs the bot just stops and this has been a nightmare for me please help
It doesn't matter if it gives the error, I don't want the bot to stop, I want it to continue and unfortunately "ignore errors" doesn't make it stop!
Update
The problem in a nutshell is that the bot terminates when it gives these errors.
The for loop does not continue, it terminates the for loop.
The bot stops because it does not continue the for loop