Base solution for your next web application
Open Closed

API encryption provision in aspnetzero #9466


User avatar
0
omkarchoudhari created

Using Asp net zero template, currently there is no encryption/decryption for API request and response. Lets say If we call API ChangePassword() then I can see current password and new password values in request (using developer tool , network tab). This value can easily hack by any other person. For this we need to encrypt and decrypt API request and response. Do we have any such provision in the current framework?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Hi

    If your website uses an SSL certificate(https), you don't need to worry about that.

    https://support.google.com/webmasters/answer/6073543?hl=en https://www.cloudflare.com/learning/ssl/what-is-https/