What is 127.0.0.1?
127.0.0.1 is the loopback IP address, also known as localhost. It refers to the computer itself and is defined by RFC 5735. Any traffic sent to 127.0.0.1 is routed back to the local machine without going through the network. It is used for local development servers, testing, and inter-process communication on the same host.
Privacy note
127.0.0.1 cannot appear as a public IP or a valid network candidate in WebRTC. If it appears in any external-facing context, it indicates misconfigured software. It is completely safe and normal to see localhost in development environments.