I know that I can fetch the URL from AppEngine. But I want to ping a website without getting any other data. Is this possible?
Send an HTTP request in the form of "Ping" as ICMP or "Ping" Full Response Is getting If the latter, send a HEAD request instead of just a GET.
If formerly, it probably depends on the language of your choice on AppEngine
- For Python, check out
- For Java, Check out
Comments
Post a Comment