how to secure api call from proxy

317 Views Asked by At

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?

1

There are 1 best solutions below

0
Dang Huynh On BEST ANSWER

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