Domain lesalon.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

Apache Apache

tcp/443 tcp/80

CloudFront

tcp/80

  • Open service 3.167.227.67:80 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 11:33:55 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://lesalon.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3de00e7a5711fe2333c6254a58f89176.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 5nj-bA8Dnj3D5EqTq2lElSP_XpEpxQD02s-ZWSMSp3RHHYI0k-K15Q==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.67:443 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 35967
    Connection: close
    Date: Sun, 11 Jan 2026 11:33:56 GMT
    Content-Encoding: gzip
    Last-Modified: Mon, 20 May 2024 08:14:01 GMT
    ETag: "375d2c85eff03b1aa2f78b96324cb7b0"
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 ff574190206d8389868fcb11852be5fc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: hsIq8t9vaRM7fHaxN4QQIqAXKqpKDFLDgSMy4iqhAn0lvSR2r94NCA==
    
    Page title: Mobile beauty treatments that fit your schedule.
    
    <!DOCTYPE html>
    <html lang="en-gb">
    <head>
    	<meta name="generator" content="Hugo 0.96.0" />
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">
    	<meta http-equiv="X-Frame-Options" content="ALLOW">
    	<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
    		<title>Mobile beauty treatments that fit your schedule.</title>
    		<meta name="description" content="Professional, hygienic, and long-lasting beauty treatments provided by the best mobile beauticians in London.">
    	<link rel="canonical" href="https://lesalon.com/" />
    	<link rel="alternate" hreflang="en" href="https://lesalon.com/">
    	<link rel="alternate" type="application/rss+xml" href="https://lesalon.com/index.xml" title="LeSalon">
    	<meta property="og:title" content="Mobile beauty treatments that fit your schedule.">
    	<meta property="og:image" content="https://lesalon.com/img/social_photo.jpg">
    	<meta property="og:url" content="https://lesalon.com/">
    	<meta property="og:site_name" content="LeSalon">
    	<meta property="og:locale" content="en_GB">
    	<link rel="apple-touch-icon" href="https://lesalon.com/img/app_logo.png">
    	<meta name="apple-itunes-app" content="app-id=946475548">
    		<link rel="stylesheet" href="https://lesalon.com/css/styles.597744fe4aa1bcc43576755744b7add52745f951a73d95423bc83b4a9aea2251.css" integrity="sha256-WXdE/kqhvMQ1dnVXRLet1SdF&#43;VGnPZVCO8g7SprqIlE=" media="screen">
    	<script type="text/javascript">
    	window.CONFIG = {"DISTANCES":{"APPOINTMENTS":{"IN":25,"NEAR":5,"REGION":500},"REVIEWS":{"IN":25,"NEAR":5,"REGION":500},"SALONETTES":{"IN":25,"NEAR":5,"REGION":500}},"ENVIRONMENT":"production","EXPOSABLE_AHOY_URL":"https://ahoy.lesalon.com","EXPOSABLE_API_URL":"https://api.lesalon.com","EXPOSABLE_GOOGLE_MAPS_KEY":"AIzaSyBtWmFaYWmijBPJC37s35ga3WeKGsvZSCI","EXPOSABLE_INTERCOM_LESALON_ID":"gyyfrkqk","EXPOSABLE_TWITTER_HANDLE":"lesalonapp","EXPOSABLE_WEB_APP_URL":"https://app.lesalon.com","LIMITS":{"POSTS":{"LOCATION":6,"POST":3,"SALONETTE":6,"TREATMENT":12},"REVIEWS":{"HOME":30,"LOCATION":12,"SALONETTE":18,"TREATMENT":6},"SALONETTES":{"HOME":10,"LOCATION":10,"TREATMENT":5}}};
    </script>
    	<script type="text/javascript">
    	window.Alert = (title, message, buttons = []) => {
    		if (!buttons.length) {
    			buttons.push({
    				text: 'OK',
    			});
    		}
    		const dismiss = (onPress) => {
    			wrapper.remove();
    			onPress && onPress();
    		};
    		const wrapper = window.document.createElement('div');
    		wrapper.classList.add('lesalon-alert-wrapper');
    		const alert = window.document.createElement('div');
    		alert.classList.add('lesalon-alert');
    		wrapper.append(alert);
    		const title_element = window.document.createElement('div');
    		title_element.classList.add("lesalon-alert-title");
    		title_element.textContent = title;
    		alert.append(title_element);
    		const message_element = window.document.createElement('div');
    		message_element.classList.add("lesalon-alert-message");
    		message_element.textContent = message;
    		alert.append(message_element);
    		const buttons_element = window.document.createElement('div');
    		buttons_element.classList.add("lesalon-alert-buttons");
    		if (buttons.length <= 2) {
    			if (!buttons.find(({ text }) => text.length > 15)) {
    				buttons_element.classList.add("lesalon-alert-buttons-row");
    			}
    		}
    		alert.append(buttons_element);
    		for (const { style, text, onPress } of buttons) {
    			const button_element = window.document.createElement('button');
    			button_element.classList.add('lesalon-alert-button');
    			if (style) button_element.classList.add(style);
    			button_element.textContent = text;
    			button_element.onclick = () => dismiss(onPress);
    			buttons_element.append(button_element);
    		}
    		window.document.body.append(wrapper);
    	};
    </script>
    	<script type="text/javascript">
    	window.LeUUID = () => 'le' + Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
    	window.linkScript = () => {
    		const element = document.currentScript.previousElementSibling;
    		const uuid = LeUUID();
    		element.id = uuid;
    		return uuid;
    	};
    </sc
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.95:80 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 11:33:55 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://lesalon.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 08dc547306e2c7102196b53ce0859e80.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: yQJ3Q9TdBn9kp-coeMI9favpdvKcvnCw4AMvYimHokBcCBK5EFZ3eQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.95:443 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 35967
    Connection: close
    Date: Sun, 11 Jan 2026 11:33:55 GMT
    Content-Encoding: gzip
    Last-Modified: Mon, 20 May 2024 08:14:01 GMT
    ETag: "375d2c85eff03b1aa2f78b96324cb7b0"
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 1b406976e43f339920dd4ca9beffceb8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: I3-EPuplRYraA0HGXqlKRVcYBiYkC3i025glMmEIuXWkuqOJBWTtSA==
    
    Page title: Mobile beauty treatments that fit your schedule.
    
    <!DOCTYPE html>
    <html lang="en-gb">
    <head>
    	<meta name="generator" content="Hugo 0.96.0" />
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">
    	<meta http-equiv="X-Frame-Options" content="ALLOW">
    	<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
    		<title>Mobile beauty treatments that fit your schedule.</title>
    		<meta name="description" content="Professional, hygienic, and long-lasting beauty treatments provided by the best mobile beauticians in London.">
    	<link rel="canonical" href="https://lesalon.com/" />
    	<link rel="alternate" hreflang="en" href="https://lesalon.com/">
    	<link rel="alternate" type="application/rss+xml" href="https://lesalon.com/index.xml" title="LeSalon">
    	<meta property="og:title" content="Mobile beauty treatments that fit your schedule.">
    	<meta property="og:image" content="https://lesalon.com/img/social_photo.jpg">
    	<meta property="og:url" content="https://lesalon.com/">
    	<meta property="og:site_name" content="LeSalon">
    	<meta property="og:locale" content="en_GB">
    	<link rel="apple-touch-icon" href="https://lesalon.com/img/app_logo.png">
    	<meta name="apple-itunes-app" content="app-id=946475548">
    		<link rel="stylesheet" href="https://lesalon.com/css/styles.597744fe4aa1bcc43576755744b7add52745f951a73d95423bc83b4a9aea2251.css" integrity="sha256-WXdE/kqhvMQ1dnVXRLet1SdF&#43;VGnPZVCO8g7SprqIlE=" media="screen">
    	<script type="text/javascript">
    	window.CONFIG = {"DISTANCES":{"APPOINTMENTS":{"IN":25,"NEAR":5,"REGION":500},"REVIEWS":{"IN":25,"NEAR":5,"REGION":500},"SALONETTES":{"IN":25,"NEAR":5,"REGION":500}},"ENVIRONMENT":"production","EXPOSABLE_AHOY_URL":"https://ahoy.lesalon.com","EXPOSABLE_API_URL":"https://api.lesalon.com","EXPOSABLE_GOOGLE_MAPS_KEY":"AIzaSyBtWmFaYWmijBPJC37s35ga3WeKGsvZSCI","EXPOSABLE_INTERCOM_LESALON_ID":"gyyfrkqk","EXPOSABLE_TWITTER_HANDLE":"lesalonapp","EXPOSABLE_WEB_APP_URL":"https://app.lesalon.com","LIMITS":{"POSTS":{"LOCATION":6,"POST":3,"SALONETTE":6,"TREATMENT":12},"REVIEWS":{"HOME":30,"LOCATION":12,"SALONETTE":18,"TREATMENT":6},"SALONETTES":{"HOME":10,"LOCATION":10,"TREATMENT":5}}};
    </script>
    	<script type="text/javascript">
    	window.Alert = (title, message, buttons = []) => {
    		if (!buttons.length) {
    			buttons.push({
    				text: 'OK',
    			});
    		}
    		const dismiss = (onPress) => {
    			wrapper.remove();
    			onPress && onPress();
    		};
    		const wrapper = window.document.createElement('div');
    		wrapper.classList.add('lesalon-alert-wrapper');
    		const alert = window.document.createElement('div');
    		alert.classList.add('lesalon-alert');
    		wrapper.append(alert);
    		const title_element = window.document.createElement('div');
    		title_element.classList.add("lesalon-alert-title");
    		title_element.textContent = title;
    		alert.append(title_element);
    		const message_element = window.document.createElement('div');
    		message_element.classList.add("lesalon-alert-message");
    		message_element.textContent = message;
    		alert.append(message_element);
    		const buttons_element = window.document.createElement('div');
    		buttons_element.classList.add("lesalon-alert-buttons");
    		if (buttons.length <= 2) {
    			if (!buttons.find(({ text }) => text.length > 15)) {
    				buttons_element.classList.add("lesalon-alert-buttons-row");
    			}
    		}
    		alert.append(buttons_element);
    		for (const { style, text, onPress } of buttons) {
    			const button_element = window.document.createElement('button');
    			button_element.classList.add('lesalon-alert-button');
    			if (style) button_element.classList.add(style);
    			button_element.textContent = text;
    			button_element.onclick = () => dismiss(onPress);
    			buttons_element.append(button_element);
    		}
    		window.document.body.append(wrapper);
    	};
    </script>
    	<script type="text/javascript">
    	window.LeUUID = () => 'le' + Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
    	window.linkScript = () => {
    		const element = document.currentScript.previousElementSibling;
    		const uuid = LeUUID();
    		element.id = uuid;
    		return uuid;
    	};
    </sc
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.59:80 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 11:33:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://lesalon.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c75869bb76b3ac8c8772bad5ef6bd5f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: BHnLifSk8_82Jw1E09CVIslocllZVMza1bFHPOw_AnvSob0nAilnSw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.59:443 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 35967
    Connection: close
    Date: Sun, 11 Jan 2026 11:33:55 GMT
    Content-Encoding: gzip
    Last-Modified: Mon, 20 May 2024 08:14:01 GMT
    ETag: "375d2c85eff03b1aa2f78b96324cb7b0"
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 1196be8ecd626a7254fd58be18bc943c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 6mcg9kLN91d77OkN90bpEOpD2zYYghKlebszObCq72DcXqjjMAwN-A==
    
    Page title: Mobile beauty treatments that fit your schedule.
    
    <!DOCTYPE html>
    <html lang="en-gb">
    <head>
    	<meta name="generator" content="Hugo 0.96.0" />
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">
    	<meta http-equiv="X-Frame-Options" content="ALLOW">
    	<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
    		<title>Mobile beauty treatments that fit your schedule.</title>
    		<meta name="description" content="Professional, hygienic, and long-lasting beauty treatments provided by the best mobile beauticians in London.">
    	<link rel="canonical" href="https://lesalon.com/" />
    	<link rel="alternate" hreflang="en" href="https://lesalon.com/">
    	<link rel="alternate" type="application/rss+xml" href="https://lesalon.com/index.xml" title="LeSalon">
    	<meta property="og:title" content="Mobile beauty treatments that fit your schedule.">
    	<meta property="og:image" content="https://lesalon.com/img/social_photo.jpg">
    	<meta property="og:url" content="https://lesalon.com/">
    	<meta property="og:site_name" content="LeSalon">
    	<meta property="og:locale" content="en_GB">
    	<link rel="apple-touch-icon" href="https://lesalon.com/img/app_logo.png">
    	<meta name="apple-itunes-app" content="app-id=946475548">
    		<link rel="stylesheet" href="https://lesalon.com/css/styles.597744fe4aa1bcc43576755744b7add52745f951a73d95423bc83b4a9aea2251.css" integrity="sha256-WXdE/kqhvMQ1dnVXRLet1SdF&#43;VGnPZVCO8g7SprqIlE=" media="screen">
    	<script type="text/javascript">
    	window.CONFIG = {"DISTANCES":{"APPOINTMENTS":{"IN":25,"NEAR":5,"REGION":500},"REVIEWS":{"IN":25,"NEAR":5,"REGION":500},"SALONETTES":{"IN":25,"NEAR":5,"REGION":500}},"ENVIRONMENT":"production","EXPOSABLE_AHOY_URL":"https://ahoy.lesalon.com","EXPOSABLE_API_URL":"https://api.lesalon.com","EXPOSABLE_GOOGLE_MAPS_KEY":"AIzaSyBtWmFaYWmijBPJC37s35ga3WeKGsvZSCI","EXPOSABLE_INTERCOM_LESALON_ID":"gyyfrkqk","EXPOSABLE_TWITTER_HANDLE":"lesalonapp","EXPOSABLE_WEB_APP_URL":"https://app.lesalon.com","LIMITS":{"POSTS":{"LOCATION":6,"POST":3,"SALONETTE":6,"TREATMENT":12},"REVIEWS":{"HOME":30,"LOCATION":12,"SALONETTE":18,"TREATMENT":6},"SALONETTES":{"HOME":10,"LOCATION":10,"TREATMENT":5}}};
    </script>
    	<script type="text/javascript">
    	window.Alert = (title, message, buttons = []) => {
    		if (!buttons.length) {
    			buttons.push({
    				text: 'OK',
    			});
    		}
    		const dismiss = (onPress) => {
    			wrapper.remove();
    			onPress && onPress();
    		};
    		const wrapper = window.document.createElement('div');
    		wrapper.classList.add('lesalon-alert-wrapper');
    		const alert = window.document.createElement('div');
    		alert.classList.add('lesalon-alert');
    		wrapper.append(alert);
    		const title_element = window.document.createElement('div');
    		title_element.classList.add("lesalon-alert-title");
    		title_element.textContent = title;
    		alert.append(title_element);
    		const message_element = window.document.createElement('div');
    		message_element.classList.add("lesalon-alert-message");
    		message_element.textContent = message;
    		alert.append(message_element);
    		const buttons_element = window.document.createElement('div');
    		buttons_element.classList.add("lesalon-alert-buttons");
    		if (buttons.length <= 2) {
    			if (!buttons.find(({ text }) => text.length > 15)) {
    				buttons_element.classList.add("lesalon-alert-buttons-row");
    			}
    		}
    		alert.append(buttons_element);
    		for (const { style, text, onPress } of buttons) {
    			const button_element = window.document.createElement('button');
    			button_element.classList.add('lesalon-alert-button');
    			if (style) button_element.classList.add(style);
    			button_element.textContent = text;
    			button_element.onclick = () => dismiss(onPress);
    			buttons_element.append(button_element);
    		}
    		window.document.body.append(wrapper);
    	};
    </script>
    	<script type="text/javascript">
    	window.LeUUID = () => 'le' + Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
    	window.linkScript = () => {
    		const element = document.currentScript.previousElementSibling;
    		const uuid = LeUUID();
    		element.id = uuid;
    		return uuid;
    	};
    </sc
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.54:80 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 11 Jan 2026 11:33:54 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://lesalon.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 ff574190206d8389868fcb11852be5fc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: gtCLBvoki55TV9i-XVBJpxFIwO15PDzH1Ocewh5MhqLrWHpq6dogTw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 3.167.227.54:443 · lesalon.com

    2026-01-11 11:33

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 35967
    Connection: close
    Date: Sun, 11 Jan 2026 11:33:55 GMT
    Content-Encoding: gzip
    Last-Modified: Mon, 20 May 2024 08:14:01 GMT
    ETag: "375d2c85eff03b1aa2f78b96324cb7b0"
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 863f28e724eea07689a10791ce5a6506.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: fo3a91JbCaYFxfQcL2nFZ1rorEqmWEtOfsWOmuyLRq5aN5ApQ99nMA==
    
    Page title: Mobile beauty treatments that fit your schedule.
    
    <!DOCTYPE html>
    <html lang="en-gb">
    <head>
    	<meta name="generator" content="Hugo 0.96.0" />
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<meta http-equiv="X-UA-Compatible" content="IE=edge">
    	<meta http-equiv="X-Frame-Options" content="ALLOW">
    	<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
    		<title>Mobile beauty treatments that fit your schedule.</title>
    		<meta name="description" content="Professional, hygienic, and long-lasting beauty treatments provided by the best mobile beauticians in London.">
    	<link rel="canonical" href="https://lesalon.com/" />
    	<link rel="alternate" hreflang="en" href="https://lesalon.com/">
    	<link rel="alternate" type="application/rss+xml" href="https://lesalon.com/index.xml" title="LeSalon">
    	<meta property="og:title" content="Mobile beauty treatments that fit your schedule.">
    	<meta property="og:image" content="https://lesalon.com/img/social_photo.jpg">
    	<meta property="og:url" content="https://lesalon.com/">
    	<meta property="og:site_name" content="LeSalon">
    	<meta property="og:locale" content="en_GB">
    	<link rel="apple-touch-icon" href="https://lesalon.com/img/app_logo.png">
    	<meta name="apple-itunes-app" content="app-id=946475548">
    		<link rel="stylesheet" href="https://lesalon.com/css/styles.597744fe4aa1bcc43576755744b7add52745f951a73d95423bc83b4a9aea2251.css" integrity="sha256-WXdE/kqhvMQ1dnVXRLet1SdF&#43;VGnPZVCO8g7SprqIlE=" media="screen">
    	<script type="text/javascript">
    	window.CONFIG = {"DISTANCES":{"APPOINTMENTS":{"IN":25,"NEAR":5,"REGION":500},"REVIEWS":{"IN":25,"NEAR":5,"REGION":500},"SALONETTES":{"IN":25,"NEAR":5,"REGION":500}},"ENVIRONMENT":"production","EXPOSABLE_AHOY_URL":"https://ahoy.lesalon.com","EXPOSABLE_API_URL":"https://api.lesalon.com","EXPOSABLE_GOOGLE_MAPS_KEY":"AIzaSyBtWmFaYWmijBPJC37s35ga3WeKGsvZSCI","EXPOSABLE_INTERCOM_LESALON_ID":"gyyfrkqk","EXPOSABLE_TWITTER_HANDLE":"lesalonapp","EXPOSABLE_WEB_APP_URL":"https://app.lesalon.com","LIMITS":{"POSTS":{"LOCATION":6,"POST":3,"SALONETTE":6,"TREATMENT":12},"REVIEWS":{"HOME":30,"LOCATION":12,"SALONETTE":18,"TREATMENT":6},"SALONETTES":{"HOME":10,"LOCATION":10,"TREATMENT":5}}};
    </script>
    	<script type="text/javascript">
    	window.Alert = (title, message, buttons = []) => {
    		if (!buttons.length) {
    			buttons.push({
    				text: 'OK',
    			});
    		}
    		const dismiss = (onPress) => {
    			wrapper.remove();
    			onPress && onPress();
    		};
    		const wrapper = window.document.createElement('div');
    		wrapper.classList.add('lesalon-alert-wrapper');
    		const alert = window.document.createElement('div');
    		alert.classList.add('lesalon-alert');
    		wrapper.append(alert);
    		const title_element = window.document.createElement('div');
    		title_element.classList.add("lesalon-alert-title");
    		title_element.textContent = title;
    		alert.append(title_element);
    		const message_element = window.document.createElement('div');
    		message_element.classList.add("lesalon-alert-message");
    		message_element.textContent = message;
    		alert.append(message_element);
    		const buttons_element = window.document.createElement('div');
    		buttons_element.classList.add("lesalon-alert-buttons");
    		if (buttons.length <= 2) {
    			if (!buttons.find(({ text }) => text.length > 15)) {
    				buttons_element.classList.add("lesalon-alert-buttons-row");
    			}
    		}
    		alert.append(buttons_element);
    		for (const { style, text, onPress } of buttons) {
    			const button_element = window.document.createElement('button');
    			button_element.classList.add('lesalon-alert-button');
    			if (style) button_element.classList.add(style);
    			button_element.textContent = text;
    			button_element.onclick = () => dismiss(onPress);
    			buttons_element.append(button_element);
    		}
    		window.document.body.append(wrapper);
    	};
    </script>
    	<script type="text/javascript">
    	window.LeUUID = () => 'le' + Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
    	window.linkScript = () => {
    		const element = document.currentScript.previousElementSibling;
    		const uuid = LeUUID();
    		element.id = uuid;
    		return uuid;
    	};
    </sc
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 35.178.84.28:443 · cms.lesalon.com

    2026-01-10 00:03

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 00:01:24 GMT
    Server: Apache
    X-Powered-By: PHP/7.0.13
    X-Frame-Options: SAMEORIGIN
    Vary: Accept-Encoding
    X-Mod-Pagespeed: 1.9.32.14-0
    Cache-Control: max-age=0, no-cache
    Content-Length: 868
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    
    <!doctype html>
    <html lang="">
    	<head>
    		<meta charset="utf-8">
    		<meta http-equiv="x-ua-compatible" content="ie=edge">
    		<title></title>
    		<meta name="description" content="">
    		<meta name="viewport" content="width=device-width, initial-scale=1">
    		<meta name="robots" content="noindex">
    	</head>
    	<body>
    		<style type="text/css">.page-content{margin:200px auto 0;width:420px;max-width:94%;font-size:20px;text-align:center}</style><div class="page-content"><div style="font-family: -apple-system, BlinkMacSystemFont, sans-serif">
    <h1 style="margin-bottom:0px">
    Hi there! 🤗
    </h1>
    <p>
    Welcome to the LeSalon CMS.
    </p>
    <p>
    <strong><a href="/wp-admin"><button style="margin-top:20px;font-size:24px;padding:10px 20px;background:transparent;border: 2px solid #FE5B5F;color:#FE5B5F">Log in</button></a></strong>
    </p>
    </div></div>	</body>
    </html>
    		
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 35.178.84.28:80 · cms.lesalon.com

    2026-01-10 00:03

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 00:02:01 GMT
    Server: Apache
    X-Powered-By: PHP/7.0.13
    X-Redirect-By: WordPress
    X-Frame-Options: SAMEORIGIN
    Location: https://cms.lesalon.com/
    Content-Length: 0
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 35.178.84.28:443 · cms.lesalon.com

    2025-12-19 00:03

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 00:01:44 GMT
    Server: Apache
    X-Powered-By: PHP/7.0.13
    X-Frame-Options: SAMEORIGIN
    Vary: Accept-Encoding
    X-Mod-Pagespeed: 1.9.32.14-0
    Cache-Control: max-age=0, no-cache
    Content-Length: 868
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    
    <!doctype html>
    <html lang="">
    	<head>
    		<meta charset="utf-8">
    		<meta http-equiv="x-ua-compatible" content="ie=edge">
    		<title></title>
    		<meta name="description" content="">
    		<meta name="viewport" content="width=device-width, initial-scale=1">
    		<meta name="robots" content="noindex">
    	</head>
    	<body>
    		<style type="text/css">.page-content{margin:200px auto 0;width:420px;max-width:94%;font-size:20px;text-align:center}</style><div class="page-content"><div style="font-family: -apple-system, BlinkMacSystemFont, sans-serif">
    <h1 style="margin-bottom:0px">
    Hi there! 🤗
    </h1>
    <p>
    Welcome to the LeSalon CMS.
    </p>
    <p>
    <strong><a href="/wp-admin"><button style="margin-top:20px;font-size:24px;padding:10px 20px;background:transparent;border: 2px solid #FE5B5F;color:#FE5B5F">Log in</button></a></strong>
    </p>
    </div></div>	</body>
    </html>
    		
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 35.178.84.28:80 · cms.lesalon.com

    2025-12-19 00:03

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 19 Dec 2025 00:01:43 GMT
    Server: Apache
    X-Powered-By: PHP/7.0.13
    X-Redirect-By: WordPress
    X-Frame-Options: SAMEORIGIN
    Location: https://cms.lesalon.com/
    Content-Length: 0
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Found 2025-12-19 by HttpPlugin
    Create report
lesalon.com*.lesalon.com
CN:
lesalon.com
Key:
RSA-2048
Issuer:
Not before:
2025-04-03 00:00
Not after:
2026-05-01 23:59
cms.lesalon.com
CN:
cms.lesalon.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-09 23:04
Not after:
2026-04-09 23:04
cms.lesalon.com
CN:
cms.lesalon.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-12-18 23:03
Not after:
2026-03-18 23:03