animeic-cloud hace 1 mes
padre
commit
925093893b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      sku3d/sku3d/test/index.html

+ 2 - 1
sku3d/sku3d/test/index.html

@@ -170,7 +170,8 @@
             }
 
             try {
-                const response = await fetch(`${baseUrl}/image/fassi/list?url=${imageUrl}`, {
+                const encodedUrl = encodeURIComponent(imageUrl);
+                const response = await fetch(`${baseUrl}/image/fassi/list?url=${encodedUrl}`, {
                     method: 'GET',
                     headers: {
                         'Authorization': token,