Cross origin error between angular cli and flask
问题 first i post the user id and password from the UI (angular) to flask public send_login(user){ console.log(user) return this.http.post(this.apiURL+'/login',JSON.stringify(user),this.httpOptions) .pipe(retry(1),catchError(this. handleError)) } next i received it from backend backend error all the operations are working properly but at console the cross origin error is raising Error at UI console the http option in Ui side is mentioned below constructor(private http: HttpClient) { } // Http