In App Engine I\'d like to make http fetch calls to a web server running on an Compute Engine instance, created within the same Google cloud project, and I\'m wondering if I
This is currently unsupported. Communication between App Engine and GCE must go through the URLFetch API and use a public IP.