Cors blocking all requests

Hi, I'm having troubling configuring the CORS settings:


image.png
Previously, with the same settings and Authenthication in Basic, the site that I test (swplpglpspi36) asked me credentials.

 

But now it only returns cors errors:


image.png.png
 

The request is like this:

 

const valueUrl = `https://pilogappaf/piwebapi/streams/${webId}/value`; 
        fetch(valueUrl, { 
            method: 'GET', 
            headers: { 'Content-Type': 'application/json' }, 
            credentials: 'include',


        }) 

I'm happy to understand what could be the issue. Thank you all in advance