Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I get this message and the thread close, even i already using ignore error
Thread ended with message "ReferenceError: Can't find variable: VAR_IS_EXISTS during execution of action "
Any Help?
@berubah project in studio
@berubah Ignoring errors does not save you from syntax errors.
@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.
@tony2n91 this happend bacause the type of your variables is "string", so you have to change it to the type "number"
@GaG No it wasn't the issue, else is not in parenthesis so it's gonna execute anyway. I know that's not the ideal code :P
P.S- the above guy's solution worked.