Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Darkeligos
#45969
martinayotte wrote:
Code: Select allwebserver.client().remoteIP();

Still, your question or problem isn't clear if you didn't find the above by yourself... :ugeek:


I think we're close, but I'm getting '0.0.0.0' for all remoteIPs. Have you heard of that before?
User avatar
By martinayotte
#45989 You should call this function while the connection still active, don't wait until the connection been closed.
For example, you can call it while sending HTML to this client, you will see that this IPAddr is not zero.
User avatar
By Darkeligos
#46109
martinayotte wrote:You should call this function while the connection still active, don't wait until the connection been closed.
For example, you can call it while sending HTML to this client, you will see that this IPAddr is not zero.


Ayy it works! Thank you so much for your help!