20 Sep 2021 11:12 AM - last edited on 20 Sep 2021 02:23 PM by MaciejNeumann
Hello,
It is needed to specify domains for instrumented hybrid mobile applications (as cookies need to be set for each instrumented domain or server the application communicates with)
I'd like to ask you, Is is needed to specify also all subdomains the application communicates with?
for example, mobile application communicates with sso.example.com, app.example.com, api.example.com, android.clients.google.com, etc.
Is it sufficient to use the following hybridWebView configuration ?
hybridWebView{
domains '.example.com', '.google.com'
}
Kind regards,
Roman
Solved! Go to Solution.
23 Sep 2021 11:43 AM
Hi Roman,
Yes this should work.
Regards,
Matthias