How to hide or encrypt api calls from Network tab?
When I communicate with my server using API calls from client side. I saw my api address completly visible in the network tab. And my api data also visible in the payload. So any one can communicate with my server using this API. It’s makeing security issue in my project.