Monthly Archives: May 2018

Angular HttpClient weirdness

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.

Posted in Pictures | Comments Off on Angular HttpClient weirdness