Аудит

Данные на 23 февраля 2024

Добавить сайт в список

48

Показатели сайта

0
0
0
Узнайте больше об этом сайте
ИКС сайта 10
SSL-сертификат Нет SSL-сертификата

Содержимое

Заголовок (тег title) Get Client's IP Address using JSON or Javascript
Заголовок (тег h1) 2.800.000.000 requests in the last 24 hoursObtaining Visitor's IP Address using JSONThis basic API permits you to get the public IP address of the system making the call.The function returns a JSON Text String with the IP address of the caller in either IPv4 or IPv6 format,depending on the requester's protocol.Syntax : https://l2.io/ip.json Try it!Get JSON User's IP addressIPv4 32-bit (four-byte) format, e.g. 195.80.156.70IPv6 128-bit format, e.g. 2a00:1b11:115:102:195:80:156:70If your script only supports IPv4 answers, you may want to use the following call to force IPv4:Syntax : https://www.l2.io/ip.json Try it!Get JSON User's IP addressIPv4 32-bit (four-byte) format, e.g. 195.80.156.70#curl https://l2.io/ip.json{"ip":"195.80.156.70"}#curl https://l2.io/ip.json?var=myip{"myip":"195.80.156.70"}Obtaining Visitor's IP Address in JavascriptThis API permits you to set the Javascript Variable of your choice with the public IP addressof the system making the call.The call returns a piece of Javascript Code with the IP address of the caller in either IPv4 or IPv6 format,depending on your request's protocol.The Variable Name is defined through the 'var' parameter.Syntax : Set javascript variable "myip" to client's IP addressIPv4 32-bit (four-byte) format, e.g. myip = "195.80.156.70";IPv6 128-bit format, e.g. myip = "2a00:1b11:115:102:195:80:156:70";If your script only supports IPv4 answers, you may want to use the following call instead :Syntax : Set javascript variable "myip" to client's IP addressIPv4 32-bit (four-byte) format, e.g. myip = "195.80.156.70";The following lines could be inserted into your HTML page.......Syntax : Display Client's IP address in your HTML page using javascript--> document.write('x.x.x.x');Get IP Address with a simple HTTP(s) requestThis basic API permits you to get the public IP address of the system making the call.The function returns a Text String with the IP address of the caller in either IPv4 or IPv6 format,depending on your request's protocol.Syntax : https://l2.io/ip Try it!Diplay/Get Plain Text User's IP addressIPv4 32-bit (four-byte) format, e.g. 195.80.156.70IPv6 128-bit format, e.g. 2a00:1b11:115:102:195:80:156:70If your script only supports IPv4 answers, you may want to use the following call to force IPv4:Syntax : https://www.l2.io/ip Try it!Diplay/Get Plain Text User's IP addressIPv4 32-bit (four-byte) format, e.g. 195.80.156.70The following examples show how you can use this API from various language.#shellperlpythonvb.net#!/bin/sh#Simple request using curl from a shell script.#If your OS supports a dual stack IPv4/IPv6 you can add -4 or -6 option#to force protocol selection, e.g. $(curl -4 -s https://l2.io/ip).myip=$(curl -s https://l2.io/ip)echo "My IP is $myip"#!/usr/bin/perl#Debian library : apt-get install libwww-perluse LWP::UserAgent;my $useragent = new LWP::UserAgent();my $myip = $useragent->get('https://l2.io/ip')->content;print 'My IP address is: '. $myip;#!/usr/bin/env python#Debian library : apt-get install python-requestsfrom requests import getmyip = get('https://l2.io/ip').textprint 'My IP address is: ', myipDim wc as New System.Net.WebClientDim myip as String = wc.DownloadString("https://l2.io/ip")MessageBox.Show(myip)
Описание сайта (description) Get Client's IP Address using JSON or Javascript
Ключевые слова (keywords) HTML, JSON, JavaScript, Client, Visitor, IP, Address

Главная страница сайта

URL сайта http://l2.io/
Локализация сайта Альтернативных страниц нет
Кодировка страниц UTF-8
Тексты 144
HTML теги 220
a4 b27 body1 br93 dd17 div16 dl4 dt26 font7 h11 h23 head1 html1 meta3 p9 script1 span3 style1 title1 unknown1
Скрипты на сайте 0
Внешние ссылки 4
Внутренние ссылки 0

meta-теги

Content-Typetext/html; charset=utf-8

Скриншот сайта

Скриншота нет

Сервер сайта

IP адрес сайта 195.80.159.133
Веб-сервер Apache/2.4.38 (Debian)
Версия HTTP HTTP 2
DNS сервера ns2.decknet.com
ns1.decknet.com
DNS записи 5
A записи
1: ip: 195.80.159.133
NS записи
2: target: ns2.decknet.com
3: target: ns1.decknet.com
SOA записи
4: mname: ns1.decknet.com
4: rname: ns.decknet.com
4: serial: 2019082901
4: refresh: 21600
4: retry: 3600
4: expire: 604800
4: minimum-ttl: 86400
MX записи
5: pri: 10
5: target: mx2.decknet.net

Ответ сервера

Группы заголовков: заголовки безопасности, заголовки кэширования.
status HTTP/1.1 200 OK
date Fri, 23 Feb 2024 11:48:04 GMT
server Apache/2.4.38 (Debian)
vary Accept-Encoding
content-encoding gzip
content-length 3449
content-type text/html; charset=UTF-8

Оцените сайт

Не ставьте оценку если отвечаете на другой отзыв или пишите комментарий:

Можно добавить текст отзыва, ответ на другой отзыв, или просто комментарий к сайту:
captcha