|
|
|
|
|
by yoz-y
2328 days ago
|
|
Yes and no. Recently browsers started assuming that a response without CORS headers it unsafe unless from the same origin. So even though you can make a request if it fails preflight it will not even reach your server. You can try this by opening a console on any webpage and trying to do fetch requests or add img tags to the page that are loading resources from localhost. |
|