I am trying to access a B2C login page from my localhost VScode using angular 12+
I am getting this error:
Request had no target IP address space, yet the resource is in address space 'local'
In my launch.json file I have:
"runtimeArgs": [
"--disable-web-security"
]
If I remove the above lines I am not able to connect to my APIs running locally. Please help to put the right settings in my launch.json