WASM: HttpClient issue #20910
-
I created a UNO app with the templates using Basic Http. Jens
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Log: |
Beta Was this translation helpful? Give feedback.
-
@jkuehner75 this is most likely a CORS issue - the target URI has to have permissive CORS to allow you to send requests - it is a general security limitation of web browser sandbox. This is different from native applications where this limitation does not exist. If you are in control of the API, you can set up CORS so that your Uno Platform app can communicate with it. |
Beta Was this translation helpful? Give feedback.
-
Next day it worked with the Cors. Maybe cache not updated. It works. |
Beta Was this translation helpful? Give feedback.
@jkuehner75 this is most likely a CORS issue - the target URI has to have permissive CORS to allow you to send requests - it is a general security limitation of web browser sandbox. This is different from native applications where this limitation does not exist. If you are in control of the API, you can set up CORS so that your Uno Platform app can communicate with it.