Re: [AngularJS] Angular 7 CQRS Issue

2019-01-09 Thread Suresh Kumar
Thanks Scott for your valuable suggestions. On Wed, Jan 9, 2019 at 3:10 AM wrote: > > > On Tuesday, January 8, 2019 at 4:35:47 PM UTC-5, Scott Logsdon wrote: >> >> Suresh, >> >> The issue is not on the client side but rather on the server side. The >> server cannot accept the request because it

Re: [AngularJS] Angular 7 CQRS Issue

2019-01-08 Thread scott
On Tuesday, January 8, 2019 at 4:35:47 PM UTC-5, Scott Logsdon wrote: > > Suresh, > > The issue is not on the client side but rather on the server side. The > server cannot accept the request because it is cross domain and has not > been allowed. When you do an HTTP request outside of your l

Re: [AngularJS] Angular 7 CQRS Issue

2019-01-08 Thread Scott Logsdon
Suresh, The issue is not on the client side but rather on the server side. The server cannot accept the request because it is cross domain and has not been allowed. When you do an HTTP request outside of your local domain, CORS will perform what is called a "pre-flight check" to see if the requ

[AngularJS] Angular 7 CQRS Issue

2019-01-08 Thread suresh . success123
Hi Team, *In my Angular 7 Program:* *I am trying to access another website URL or some API's of other website URL through my Angular 7.* *I am also trying to access RESTFul Web Services from other Server through Angular.* *I installed "Allow-Control-Allow-Origin: " on my Chrome Browser to