You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: