Tag

configuration

All blogs tagged with configuration

6
Articles
32,647
Total Views

Showing 6 of 6 articles

20
Mar
2026
Understanding CWE-942: CORS Misconfiguration and Its Security Risks
6 views

This blog post delves into the intricacies of CWE-942, focusing on Cross-Origin Resource Sharing (CORS) misconfiguration and its potential security risks. Understanding CORS and its correct configuration is crucial for web application security, as improper settings can lead to data breaches and unauthorized access. Prior knowledge of web security concepts and HTTP protocols will enhance your comprehension of this topic.

03
Mar
2021
ConfigurationBuilder does not contain a definition for SetBasePath
19,213 views

In this article we will see how to solve issue 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no extension method 'SetBasePath' accepting a first argument of type 'ConfigurationBuilder' could be found (are you missing a using directive or an assembly reference? in .Net Core 3. We will see how to ready json files in .Net core 3.

Translate Page