티스토리 뷰

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:8080",
            "runtimeArgs": ["--disable-web-security"],
            "webRoot": "${workspaceFolder}"
        }
    ]
}

프론트 서버와 백엔드 서버가 별도로 존재한다면 Cors에러가 발생할텐데 테스트 환경에서 번거로움이 있다.

서버 설정이 자주 바뀌어 확인하기 번거롭다면 강제로 웹 보안을 해제하여 테스트할 수 있는데, 개발 환경에 따라 위 기능을 해제할 수 없는 경우도 꽤 많다.

Debug모드에서 실행 파라미터를 위와 같이 넣어줄 수 있다.

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크