Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

How does CORS works?

3 Posts
3 Users
0 Reactions
146 Views
Posts: 150
Topic starter
(@dinesh)
Estimable Member
Joined: 2 years ago

cors

2 Replies
Posts: 461
(@dinesha-g)
Reputable Member
Joined: 2 years ago
  • CORS enables the server to expressly whitelist particular origins, allowing the server to get around the same-origin policy. Each response will have an additional header labelled "Access-Control-Allow-Origin" if your server is configured for CORS
Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

Cross Origin Resource Sharing, or CORS. By adding a few headers to HTTP responses, you can specify (on your server) what other servers are allowed access to. This allows you to provide your back-end API from a different server than where you serve your front-end app without compromising security

Reply
Share: