Windows 10/11 HTTP 설정 추적 작업 netsh http add urlacl에 의해 잘못된 URL이 추가되었습니다.

Windows 10/11 HTTP 설정 추적 작업 netsh http add urlacl에 의해 잘못된 URL이 추가되었습니다.

8888 포트가 왜 저절로 열렸다가 닫히는지 이해하려고 노력 중입니다....

관리자 권한으로 이 명령을 실행하여 포트를 열겠다고 가정합니다.

netsh http add urlacl url=http://127.0.0.1:8888/ user="outputof:whoami"

하지만이벤트 로그 > Windows 레지스터 > 시스템다음 행을 찾았습니다.

The reservation for the namespace identified by the URL prefix http://127.0.0.1:8888:127.0.0.1/? been added.

Attempt to reserve the URL http://127.0.0.1:8888:127.0.0.1/. Status 0x0. Process ID 0x1A4C executable path \ Device \ HarddiskVolume3 \ Windows \ System32 \ netsh.exe, DESKTOP-LNE0MHB \ User DEMO

관리자 명령 프롬프트에서 확인했습니다.

netsh http show urlacl

포트가 열려 있어야 할 것 같습니다.

Reserved URL            : http://192.168.1.155:8888/
    User: DESKTOP-LNE0MHB\DEMO
        Listen: Yes
        Delegate: No
        SDDL: D:(A;;GX;;;S-1-5-21-1336458954-2914664476-3191138624-1001)

Reserved URL            : http://127.0.0.1:8888/
    User: DESKTOP-LNE0MHB\DEMO
        Listen: Yes
        Delegate: No
        SDDL: D:(A;;GX;;;S-1-5-21-1336458954-2914664476-3191138624-1001)

127.0.0.1이 두 번 발생하고 해당 포트에서 연결이 여전히 거부되는 이유를 설명해 줄 수 있는 사람이 있습니까?

관련 정보