Hello. This is my first post here. My company has a prospective client who wants to use our API to write an application that will query servers that we host, and they want to host their app using GAE. Our servers collect the client IP, and if the same user attempts to connect from a different IP the first connection will be dropped. Based on the reading I've done in this forum, it sounds like that might be a problem. Is it accurate that one request from an application might be sent up from one IP, and a subsequent request might use a different IP?Thanks in advance!
Set up a proxy. Also anyone using IP address for security is doing it wrong.
.