@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.
Ive tried searching everything but cannot find this simple answer
If i create a function can i use in different app?
I use function manager and read this https://wiki.bablosoft.com/doku.php?id=functions
I wanted to practice making the function from this tutorial https://wiki.bablosoft.com/doku.php?id=how_to_change_proxy_if_it_fails
but that tutorial does show how to make a function.
Either way i was able to create the function and save but if i open new project i cannot call the function that i just made and the function manager shows 0 functions.
I thought it was a bug so i restarted the app and my system but still does not show saved function
Is there a way to use save a function and use globally?