Posts by Pedro Camara Junior • 6,637 points
151 posts
-
8
votes2
answers1098
viewsQ: Angular POST with custom header and CORS
I need to perform a POST request using angular (http.post) and I need to pass to my API (.NET) in my header the access credentials (I’m using basic Authentication). Authorization:Basic…