Is is there a built in function in nitrogen framework to get Peer IP address? If not, is there a way to get the IP address of peer which is making to request to Nitrogen App
You can get the remote peer's address using wf_platform:get_peername/0
.
@spec wf_platform:get_peername() -> {ok, {Address, Port}} | {error, posix()}
Address = {N1,N2,N3,N4} | {K1,K2,K3,K4,K5,K6,K7,K8}
Port = int()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With