Utpal Dutta
How to secure your Web API?
By Utpal Dutta in .NET Core on Sep 26 2023
  • Rathrola Prem Kumar
    Oct, 2023 3

    1) Use HTTPS 2) Use token for authentication 3) Enable cors 4) Validation input values before triggering API Method

    • 1
  • Hamza Zer
    Nov, 2023 30

    Use HTTPS
    Authentication
    Authorization
    JWT (JSON Web Tokens)
    Security Headers
    Token Revocation
    Security Middleware
    Logging and Monitoring
    Input Validation
    Cross-Origin Resource Sharing (CORS)

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS