Hey, it is supposed to do that.
See: - Cross-Origin Resource Sharing (CORS) <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS> - Same-origin policy <https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy> Does the problem persist if you access 'https://pro-api...' from an origin with HTTPS scheme? This describes how to serve the local app over HTTPS: Get angular-cli to ng serve over HTTPS <https://stackoverflow.com/a/44055209/4076983> Settings this might also help: Access-Control-Allow-Origin <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin> Kind regards, Johannes -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/c4c7de9b-1b70-4fe4-bc25-c47e9062043an%40googlegroups.com.
