24 Nov 2022 08:04 AM
Hi Dynatrace Community,
I have created a HTTP Monitor in Dynatrace. Although the Availability for the Site is good, I get the following in the execution details responseBody:
"Your web browser must have JavaScript enabled in order for this application to display correctly."
Does the HTTP Monitor not support sites with JavaScript?
Best Regards,
Patrick
Solved! Go to Solution.
24 Nov 2022 08:51 AM
The HTTP Monitor only does simple HTTP requests, like a wget or curl. The site is not rendered completely in a browser, so Javascript is not executed.
If you want a full page load you can use a single step Browser Monitor.