aurelia-ui-framework icon indicating copy to clipboard operation
aurelia-ui-framework copied to clipboard

using the wrong header for REQUEST ?

Open ronmmn opened this issue 5 years ago • 0 comments

image

I suspect you are using the wrong header in the REQUEST : Access-Control-Allow-Origin From what I know - this header is part of the RESPONSE from the server handling CORS for your request. You should be using Allow-Control-Request-Origin instread. Am i right ? I really looking forward working with your framework, ui-http.ts

Where can i see some usage example for UIHttpService? My goal is to perform WebAPI calls.

ronmmn avatar Dec 16 '19 09:12 ronmmn