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.
I want to completly hide my api call from the network tab. How can I do this? Or how can I encrypt my payload and response data?
Thanks a lot.