For some reason I need to create two GAEs with project A and B:
- A(flex env) is a proxy server bounded with Endpoint and restrict access with API key.
- B(standard env) is real server which does real jobs.(B cannot apply Endpoint framework)
- Client only awares proxy server address and send all requests to A
Now I would like to secure connection between A and B. In other words, B is only accessible from A. Is there any way to achieve it? (Firewall not work here because GAE has not static IP range.)