Please attach a test project that replicates this problem. Also, specify what is in the resource? You can attach the project and the file for the resource here or in a forum PM.
Anyway to disable device client hints in BAS?
-
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


