Skip to content

Commit 227eb47

Browse files
Merge pull request #440 from Syncfusion-Content/hotfix/hotfix-v26.1.35
DOCINFRA-2341_merged_using_automation
2 parents aaa0a70 + 6890826 commit 227eb47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aspnetmvc/DataManager/corsdatafetching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
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.
55
platform: ejmvc
66
control: DataManager
77
documentation: ug
88
keywords: CORS Data Fetching, SAME-ORIGIN POLICY, Access-Control-Allow-Origin, Access-Control-Request-Method, Access-Control-Request-Headers
99

1010
---
11-
# CORS Data Fetching
11+
# CORS Data Fetching in ASP.NET MVC DataManager
1212

1313
The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain data transfers.
1414

1515
## SAME-ORIGIN POLICY
1616

1717
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.
1818

19-
![](CORS_images/SAME-ORIGIN1.png)
19+
![Same-origin policy in ASP.NET MVC DataManager.](cors_images/aspnet-mvc-datamanager-same-origin-policy.png)
2020

2121
## Access-Control-Allow-Origin
2222

0 commit comments

Comments
 (0)