-
127.0.0.1은 접속이 되는데 localhost에서는 접속이 안될 때네트워크 2024. 8. 30. 14:18
https://forums.raspberrypi.com/viewtopic.php?t=151578
sudo nano /etc/hosts
notepad C:\Windows\System32\drivers\etc\hosts
# localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost127.0.0.1이랑 localhost 매핑되어있는게 주석처리 되어있는거라 저 앞에 주석을 빼주자.
::1 에 대한것도 함께 풀어주자.
반응형'네트워크' 카테고리의 다른 글
이제야 보이는 웹 스토리지 개념들 (3) 2024.07.24 HTTP 프로토콜 (1) 2023.09.08 REST API URI / 엔드포인트 명명규칙 (0) 2023.08.25 why is it a problem to have too many cookies on broswer? Why does it become the cause of 400 error? (0) 2023.07.04 SSH 접속을 위해 확인해봐야할것 (0) 2023.03.22