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.

This entry was posted in Pictures. Bookmark the permalink.

Comments are closed.