Hi there,
I have bunch of microservices running on different appengine (appspot) addresses
I wonder if is it possible to “proxy/map” them via one common subdomain and folders - I don’t want to do 302/301 redirects, I just want to pass traffic to appspot domain (and with flexible ssl enabled).
api. mydomain. com/service1/* would proxy to service1. appspot. com/*
api. mydomain. com/service2/* would proxy to service2. appspot. com/*
Possible on free plan? (probably not eh?)
And any alternative solution (I guess I could do service1.api.mydomain.com → service1.appspot.com/* little bit easier but it’s not the elegant
Thanks in advance!!!