Search code examples
ioshttphttpsafnetworkingandroid-async-http

how to secure api call from proxy


I am working on some app which as API call. while i add proxy in mobile and see response in web debugging tools. I can see my api call parameters and response too. enter image description here

while in others app I cant see this things and it is secured.

enter image description here

how can i acheive this?


Solution

  • Pictures said your API is using non-secure HTTP protocol while others app using HTTPS. The Web API should be performed via HTTPS protocol. HTTPS using SSL/TLS as secure transport layer, it means all data are encrypted before they're online. So, we don't care about any kinds of proxy