Hello,
I am developing Zimlet and I want to enable it to communicate with the API I created.
Api classically fetch(url).then(response =>
Zimlet doesn't work when you do it with , but when you do it with the XMLHttpRequest method, the api works.
Is there a restriction here and do you have a suggested method for communicating with the rest api?
Have a nice day
I am developing Zimlet and I want to enable it to communicate with the API I created.
Api classically fetch(url).then(response =>
Zimlet doesn't work when you do it with , but when you do it with the XMLHttpRequest method, the api works.
Is there a restriction here and do you have a suggested method for communicating with the rest api?
Have a nice day
Statistics: Posted by servanvetes — Mon Mar 11, 2024 7:25 pm