Is it safe to send HTTP requests to an IPv6 address?

I just need to know if it’s safe to implement communications to an external server using an IPv6 address (using the loopback ::1 over the IPv4 equivalent of 127.0.0.1)
Do 100% of Roblox’s game servers have support for IPv6 connections?

1 Like

I don’t see how it would be any more or less safe then IPv4. It is just a different address. Should still be using the same protocol.

1 Like