Hello!

I have read that it is possible to issue direct http requests between 
services within the same project inside the AppEngine network, without 
traversing the internet, using the URL Fetch Service. But it seems this is 
only available in Python, Go and PHP.

Is there any way to make this work in Node.js?

I.e. would something like this 
<https://stackoverflow.com/questions/3653065/get-local-ip-address-in-node-js> 
work to get the local IP address inside a service and then let it be 
fetched once by any other service who would like to use it to make 
subsequent calls go through the local network?
I suppose that in that way, if it would work at all, I would get the IP 
address of the specific service *instance*, not some internal address to 
the service's load-balancer. Correct?

I would really like to have just any kind of hack to make this work 
somehow, to make internal requests to the load-balancer of another service 
inside the same AppEngine Flexible project.

Any help or information appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c38b8121-e88e-4dca-ad01-8c14a0ee32cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengin... Epä Järjestys
    • [google-app... 'Katayoon (Cloud Platform Support)' via Google App Engine

Reply via email to