Passing GET variables over SSL = secured?
问题 I have a mobile app (iOS) that sends server requests with GET variables in the URL. Now All the requests are SSL secured, meaning we only use HTTPS for all the requests. Now it's not in a browser so there isn't a history and no one actually sees the URL, and we Disable all access to the server logs on the server (those 2 facts differ this question from all other similar questions). With that said, is it safe to presume that the GET variables passed are secured and can't be hacked by a 'Man in