@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.
At the moment, we don't have any features like that. I have written a few words on this forum about how to filter/intercept/change/etc. any network request.
I believe that it is possible to have it in BAS, but the developer of BAS should implement it.
https://community.bablosoft.com/topic/23789/платная-помощь-fm-bas-плохо/16
https://community.bablosoft.com/topic/23789/платная-помощь-fm-bas-плохо/21
@tony2n91 said in Anyway to disable device client hints in BAS?:
... Or possible to block all request of it?
Yeah, it is possible, but not with BAS as I know. Instead, you can achieve it using https://github.com/CheshireCaat/puppeteer-with-fingerprints. But this solution requires JavaScript coding skills.
P.S.
You are not the first person who has referred to that feature (intercepting network requests), but we still don't have it in BAS.
@tony2n91 said in Anyway to disable device client hints in BAS?:
or possible to do it with Profile like this one: "--disable-features=UserAgentClientHint"
But this one --disable-features=UserAgentClientHint do not disable to like the second picture.Regard
