@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.
@robby-77 You are getting this error because you installed the extension directly from the chrome store.
You can fix this in 2 ways.
Method 1: Use the extension ID.

Method 2: Because you used the wrong link.
Please check again your extension link, I believe it will look like
https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
But to install it, the link must look like this
https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
@BAS-Viet-Nam Thank you so much