Hello, we have created a simple synthetic 'clickpath' monitor that just navigates to the login page of our web application. However, when the synthetic monitor runs it receives a 403 forbidden page. We think this is because when we open the login page in Chrome Incognito mode is displays an authentication dialog prompt which we dont receive when we open the login page in Chrome normally. Is there a workaround to this?
Many thanks.
Solved! Go to Solution.
Have you tried adding HTTP Authentication? You can find more information here: https://www.dynatrace.com/support/help/how-to-use-dynatrace/synthetic-monitoring/general-information...
Many thanks for your response.