
From my understanding, when a request is made over HTTPS, the data is encrypted while it travels between the client and server, providing security against eavesdropping or tampering. However, the payload (request body, headers, etc.) is visible in the browser's developer tools, particularly in the Network tab. Is there a way to hide or obscure this information as well?
How can I manage authentication and protect credentials using the Custom token login or JWT login?
React.

How to hide credentials during authentication ?
Recommended threads
- Deleting rows in tables returns 500 on C...
Hey! I'm trying to delete some rows on my dev environment, and I’m receiving 500. I tried to update it and then delete that rows. Updates went well but delete s...
- CORS + 401 Error with Appwrite Authentic...
I'm getting a CORS + 401 Error with Appwrite Authentication Access to fetch at 'https://cloud.appwrite.io/v1/account/sessions/email' from origin 'https://my-c...
- Retreive collection from archived projec...
Hey there, so I archivef a project on 1st September 2025 and now I need the data from one of its collections. Any way I can retrieve it?
