TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About API Security
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (2)
Hardik Dhankecha (1)
Aman Gupta (1)
Ayush Gupta (1)
Raj Kumar (1)
Jobin S (1)
Alpesh Maniya (1)
Keyur (1)
Anupam Maiti (1)
Related resources for API Security
No resource found
Block IP Address In ASP.NET Core Web API
9/19/2024 10:04:00 AM.
This article will explain that how to block IP address for particular time frame with multiple request. It will restrict user to enter into controller if user hit system multiple times during fixed ti
Preventing XSS Attacks in ASP.NET Core Web API
9/8/2024 8:22:45 AM.
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques like
Understanding CORS in Spring Boot
7/30/2024 6:27:05 AM.
Discover how to configure CORS policies, handle HTTP headers, and ensure secure API interactions. Perfect for developers looking to implement effective web service solutions and backend configurations
API Management: An In-Depth Exploration
5/30/2024 6:19:18 AM.
API Management involves the strategic handling of APIs throughout their lifecycle. It includes aspects like security, monitoring, documentation, and scalability, ensuring efficient, secure, and contro
Authorization In Web API
5/17/2024 11:01:42 AM.
Learn how to implement robust authorization mechanisms in your Web API to secure endpoints and control access. Explore techniques like token-based authentication, OAuth, JWT, and role-based access con
API Security Best Ways Implemented in .NET Core API
5/17/2024 4:50:03 AM.
This article covers essential API security practices, including encryption, authentication, authorization, input validation, rate limiting, and continuous monitoring, to protect APIs against security
Securing Your .NET Applications With Examples
1/20/2024 11:16:24 AM.
In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By adhe
SSL/TLS Termination in API Gateway Pattern
11/22/2023 4:26:16 AM.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefit
Serverless Computing with Azure Functions with ASP.Net Core Web API
9/5/2023 5:25:01 AM.
ASP.NET Core Web API, along with a real-world use case, can be a powerful way to demonstrate the capabilities of serverless computing in Azure. In this example, we'll create a serverless Azure Fun
Protect APIs With Security Headers Using Azure API Management Policies
8/24/2020 8:41:55 AM.
In this article, you will learn about how to protect APIs with Security Headers using Azure API Management Policies.