Ping from AppEngine

I know I can get the URL from the AppEngine. But I just want to ping the site without getting any other data. Is it possible?

+2


a source to share


2 answers


"ping" like in ICMP or "ping", because when you send an HTTP request without getting a full response? If the latter, just send a HEAD request instead of GET.

If the former, then it probably depends on your language of choice on the AppEngine



+4


a source


There is a whitelist of modules and a FAQ about notable exceptions . You cannot do this; use WHALY HEAD query.



It is also possible that ICMP cannot connect to web pages and the ICMP pingable website to do nothing but reply to messages.

+3


a source







All Articles