Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I started using application insights and I can see at certain intervals there is request to KeepAlive/ping which is 404.
Can someone please tell me what it is and how can I turn it off?
Cheers
updating to the latest version and than redirecting keep alive to / helped
look for <keepAlive disableKeepAliveTask="false" keepAlivePingUrl="{umbracoApplicationUrl}/" />
<keepAlive disableKeepAliveTask="false" keepAlivePingUrl="{umbracoApplicationUrl}/" />
in umbracoSettings.config
Glad you found this setting, sorry for not documenting it (working on it Today). For now, I have this blog post: https://swimburger.net/blog/umbraco/introducing-umbracos-keepalive-ping-configuration
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
keepalive/ping causes errors in application insights
Hello,
I started using application insights and I can see at certain intervals there is request to KeepAlive/ping which is 404.
Can someone please tell me what it is and how can I turn it off?
Cheers
updating to the latest version and than redirecting keep alive to / helped
look for
<keepAlive disableKeepAliveTask="false" keepAlivePingUrl="{umbracoApplicationUrl}/" />
in umbracoSettings.config
Glad you found this setting, sorry for not documenting it (working on it Today). For now, I have this blog post: https://swimburger.net/blog/umbraco/introducing-umbracos-keepalive-ping-configuration
is working on a reply...