Top "Ip-address" questions

An Internet Protocol address (IP address) is a numerical label assigned to each device in a computer network that uses the Internet Protocol for communication.

How to get the client IP address in PHP

How can I get the client IP address using PHP? I want to keep record of the user who logged …

php environment-variables ip-address
How to get client's IP address using JavaScript?

I need to somehow retrieve the client's IP address using JavaScript; no server side code, not even SSI. However, I'm …

javascript jquery ip-address
Get the client IP address using PHP

I want to get the client IP address who uses my website. I am using the PHP $_SERVER superglobal: $_SERVER[…

php ip-address
Finding local IP addresses using Python's stdlib

How can I find local IP addresses (i.e. 192.168.x.x or 10.0.x.x) in Python platform independently and using …

python networking ip-address
How to get a user's client IP address in ASP.NET?

We have Request.UserHostAddress to get the IP address in ASP.NET, but this is usually the user's ISP's IP …

c# asp.net client ip-address
How to get IP address of the device from code?

Is it possible to get the IP address of the device using some code?

android ip-address
Is it possible to have SSL certificate for IP address, not domain name?

I want my site to use URLs like http://192.0.2.2/... and https://192.0.2.2/... for static content to avoid unnecessary cookies in request …

https dns ip-address ssl-certificate
How to get the IP address of the server on which my C# application is running on?

I am running a server, and I want to display my own IP address. What is the syntax for getting …

c# ip-address
Express.js: how to get remote client address

I don't completely understand how I should get a remote user IP address. Let's say I have a simple request …

node.js express ip ip-address
Access XAMPP Localhost from Internet

I have XAMPP installed in local laptop. And I have a almost static ip. I would like to give the …

xampp ip-address static-ip-address