CORS

Before Jan 2014 AJAX requests across domains were not possible When W3C added CORS as a recommendation. As name defines it helps in sharing resources, data across interdomain. To let Cross-origin request work, we need to pass headers with Access-Control-Allow-Origin in a request and it will help in resolving its response for the request else response will not be resolved due to the source being from an alien domain.

In this blog we will see what is CORS or Cross Origin Resource Sharing and how to handle this issue while developing a mobile app

excellence-social-linkdin
excellence-social-facebook
excellence-social-instagram
excellence-social-skype