Making a note for myself:
When executing an HTTP GET from angular HttpClient, the server needs to set this header:
Access-Control-Allow-Origin: *
This is to allow Cross-Origin Resource Sharing.
Making a note for myself:
When executing an HTTP GET from angular HttpClient, the server needs to set this header:
Access-Control-Allow-Origin: *
This is to allow Cross-Origin Resource Sharing.