i am getting `Fail to fetch` in browser tests to ...
# ktor
n
i am getting
Fail to fetch
in browser tests to localhost seems to be somehow
Access-Control-Allow-Origin
related
can i ignore this or force the browser to ignore this with ktor-client ?
r
Yes, you should be able to do that (for chrome) by starting it with the
--disable-web-security
flag (see https://stackoverflow.com/questions/35432749/disable-web-security-in-chrome-48)