Mobile app version of vmapp.org
Login or Join
Sarah324

: How does CloudFlare work with webapps? I have an app that needs to constantly ping an HTTP server, so that I can see if my app is running. I want to run my server through CloudFlare. Will

@Sarah324

Posted in: #Cloudflare

I have an app that needs to constantly ping an HTTP server, so that I can see if my app is running.

I want to run my server through CloudFlare. Will every request query my server (if it's up)?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

There are two options here. If you are caching the entire application through cloudflare then you will need to ping the actual server address (in otherwords the origin address you configured in cloudflare) to be able to see if your application is running, but if you are only caching static content with cloudflare and everything else is being served directly by your web application then you can simply ping your web application as per normal.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme