what is cors request?

bruce
bruce
Member
40 Points
10 Posts

What is cors request?

Views: 9062
Total Answered: 1
Total Marked As Answer: 0
Posted On: 16-Sep-2015 03:25

Share:   fb twitter linkedin
Answers
NiceOne Team
NiceOne...
Editor
1382 Points
14 Posts
         

Hi bruce,

Cross-Origin Resource Sharing (CORS) is a technology that enable cross-domain request. The same-origin policy restrict browsers from some action performed by script.

Same-origin or cross-origin is decided by url (https://niceonecode.com). For certain action browser check origin.

If you are using any api using ajax which mean they already support CORS.

Posted On: 16-Sep-2015 08:53
 Log In to Chat