My function in an Angular service component to POST a request to create a new weather station with openweathermap.org:
Moving my POST and GET requests to server side code resolved this issue. I also used restsharp.netcore. Clean and simple.