@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 find myself in front of a problem when I want to load with the function Browser:Load some URLs.
Here is an exemple of URL :
When I'm loading it outside BAS (firefox, chrome...), I have the good rendering but when I'm loading into BAS, loading does not end (see image).
Content seems to be loaded with AJAX is this the source of the problem ?
How can I solve this problem please ?
Thank you