Connection refused when using cross origin – Apache
I am using from Angular and spring-boot. When I want to call api outside the localhost I am giving me a connection refused error. Angular service: export class ProfileService { private baseUrl = 'http://localhost:8090/users'; constructor(private http: HttpClient) { } getProfile(id:…