I tried domain: "all" with an <img> tag and it worked. But the URL you have provided seems to be a static HTML file. Can you please provide the code snippet of how you are trying to use this url?
@pkrishna i have the same problem, iâm making a fetch call to verify a serial number. On pc I have no problem on mac the network doesnât work in any way.
I have a feeling that Mac only accepts HTTPS protocols, while Windows also accepts HTTP. Could that be possible?"
@pkrishna i would like to know if this is a bug and will be fixed. Otherwise I will change my webservice to accept the https protocol. (and Iâll have to change the cep plugins as well since they relied on the same webservice.)
Wildcards (except top-level) are supported.
So âhttp://.." is not valid. In your case, "http//.loca.itâ would be OK for your case.
PS on macOS (Iâve tested 23.3, 24.0 & 24.2 on macOS 13.1) denies âhttpâ requests with error " The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.". It looks like PS/UXP issue. I will create a ticket for this issue.
Please use âhttpsâ & âdomainsâ: [âhttp://*.loca.ltâ] as a workaround.