|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 | | -title: CORS Data Fetching |
4 | | -description: CORS Data Fetching |
| 3 | +title: CORS Data Fetching in ASP.NET MVC DataManager Control | Syncfusion |
| 4 | +description: Learn here all about cors data fetching support in Syncfusion Essential ASP.NET MVC DataManager control, it's elements and more. |
5 | 5 | platform: ejmvc
|
6 | 6 | control: DataManager
|
7 | 7 | documentation: ug
|
8 | 8 | keywords: CORS Data Fetching, SAME-ORIGIN POLICY, Access-Control-Allow-Origin, Access-Control-Request-Method, Access-Control-Request-Headers
|
9 | 9 |
|
10 | 10 | ---
|
11 | | -# CORS Data Fetching |
| 11 | +# CORS Data Fetching in ASP.NET MVC DataManager |
12 | 12 |
|
13 | 13 | The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain data transfers.
|
14 | 14 |
|
15 | 15 | ## SAME-ORIGIN POLICY
|
16 | 16 |
|
17 | 17 | This policy defined the rule for, "how a web page can be accessed by an external resource". Browsers wont permits a request to access the resources who origin is differ than the current page. To overcome the restriction of same-origin policy, we can use a technique called Cross-origin resource sharing.
|
18 | 18 |
|
19 | | - |
| 19 | + |
20 | 20 |
|
21 | 21 | ## Access-Control-Allow-Origin
|
22 | 22 |
|
|
0 commit comments