@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.
How does the http redirect work with bas?
@hellomembersha said in http redirects:
@Fox Is there a page with more information on the http redirect checkbox and what it does?
If the server response status implies redirection to another url, for example 302 https://en.wikipedia.org/wiki/HTTP_302 , then the action will load the url from the location header