29 Aug 2019 02:12 PM
We running at STIME inc a prerender to cache some url when they are requested from the googlebot.
I would like to know if it possible to to disable javascript injection for specific user-agent tag in the https request header (especially for googlebot crawler) or just disable the injection for a selected process group . Additionnaly I would like to know where in the infrastructure the injection take place ?
Solved! Go to Solution.
29 Aug 2019 03:22 PM
In application settings you can pick user agents that should be monitored
If you know user agent for robots you can exclude monitoring there.
To exclude injection on single process you have to have dedicated process group for it because injection can be disabled on process group level. Go to edit and there you will have proper option. If you have in this process group processes that you still want to monitor you have to split it using proces group detection settings
In general agent should be injected on Webserver that is on frontend. So if you have Apache as reverse proxy for tomcat injection will be there.
Sebastian