AmazonS3
tcp/443
CloudFront
tcp/80
nginx
tcp/443 tcp/80
nginx 1.18.0
tcp/443 tcp/80
GraphQL introspection is enabled.
This could leak to data leak if not properly configured.
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa35e57e82a7f920a1a422f160c9aa84e2dfb75e18e
GraphQL introspection enabled at /graphql Types: 227 (by kind: ENUM: 24, INPUT_OBJECT: 33, INTERFACE: 2, OBJECT: 154, SCALAR: 12, UNION: 2) Operations: - Query: Queries | fields: accountAvatarActive, applicationBuildChecksum, applicationConfig, autocompleteSearchMergeTicket, autocompleteSearchObjectAttributeExternalDataSource - Mutation: Mutations | fields: accountAvatarAdd, accountAvatarDelete, accountLocale, adminPasswordAuthSend, adminPasswordAuthVerify - Subscription: Subscriptions | fields: appMaintenance, configUpdates, onlineNotificationsCount, organizationUpdates, publicLinkUpdates Directives: deprecated, include, oneOf, skip, specifiedBy (total: 5)
Open service 195.201.18.244:443 · support.avehr.com
2026-01-09 09:01
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 09 Jan 2026 09:01:04 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2915
Connection: close
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Link: </assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css>; rel=preload; as=style; nopush,</assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css>; rel=preload; as=style; nopush
CSRF-TOKEN: rYK0qXY7uRkxGqJY7rXQZUM7p3ZDw_HfbA9qkuCZLOtvdgEmdF9H8rv44WaixgwyTmHCuU4QKH37wobT02RhBA
ETag: W/"038b9dd805eb7e54c85a85aa77be3a3e"
Cache-Control: max-age=0, private, must-revalidate
Content-Security-Policy: base-uri 'self' https://support.avehr.com; default-src 'self' ws: wss: https://images.zammad.com; font-src 'self' data:; img-src * data:; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-dQ4zDh1lDTHbgqUz/q6Cww=='; style-src 'self' 'unsafe-inline'; frame-src www.youtube.com player.vimeo.com
Set-Cookie: _zammad_session_a138cfd0f37=25ff98e4b3f2ea7bf2871d58b038e8a0; path=/; secure; HttpOnly; SameSite=Lax
X-Request-Id: 38b9c80d-fd42-4d4d-900a-f7fde4337358
X-Runtime: 0.033513
Page title: AveHR Helpdesk
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>AveHR Helpdesk</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="/assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css" media="all" />
<link rel="stylesheet" href="/assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css" media="print" />
<script nonce="dQ4zDh1lDTHbgqUz/q6Cww==">
//<![CDATA[
if(window.MSInputMethodContext && document.documentMode){
var polyfillScriptTag = document.createElement('script');
polyfillScriptTag.setAttribute('src', '/assets/ie11CustomProperties.min-eb19b438c0f5d2010c250595ef6b0b161dacf892c8a6f772dc121e99fc020a2c.js');
polyfillScriptTag.setAttribute('nonce', 'dQ4zDh1lDTHbgqUz/q6Cww==');
document.head.appendChild(polyfillScriptTag);
}
try {
if(window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem('theme') != 'light' && !window.location.href.includes('/tests_') ){
document.documentElement.dataset.theme = 'dark';
}
} catch (e) { };
//]]>
</script> <script src="/assets/application-5795b3cd134f7effad50696632a2f8fd1d0c60df7c4b7340f409ad951136bc7d.js" nonce="dQ4zDh1lDTHbgqUz/q6Cww==" defer="defer"></script>
<script src="/javascripts/../assets/form/form.js" nonce="dQ4zDh1lDTHbgqUz/q6Cww==" defer="defer" id="zammad_form_script"></script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="4COquH0bxzq8uW_dWVvOdAWp6fqDjWr01J6atfMgJhEi1x83f3850TZbLOMVKBIjCPOMNY5es1ZDU3b0wN1r_g" />
</head>
<body>
<!-- svgstore fallback -->
<script nonce="dQ4zDh1lDTHbgqUz/q6Cww==">
//<![CDATA[
/*
detect if browser is
- Chrome 14-20
- Android Browser 4.1+
- iOS 6-7
- Safari 6
- Edge 12
- IE 9-11
*/
window.svgPolyfill = /\bEdge\/12\b|\bTrident\/[567]\b|\bVersion\/7.0 Safari\b/.test(navigator.userAgent) || (navigator.userAgent.match(/AppleWebKit\/(\d+)/) || [])[1] < 537;
(function (doc) {
if(!svgPolyfill)
return
var scripts = doc.getElementsByTagName('script')
var script = scripts[scripts.length - 1]
var xhr = new XMLHttpRequest()
xhr.onload = function () {
var div = doc.createElement('div')
div.innerHTML = this.responseText
div.style.cssText = 'position: absolute; clip: rect(0, 0, 0, 0); z-index: -1;'
script.parentNode.insertBefore(div, script)
}
xhr.open('get', 'assets/images/icons.svg', true)
xhr.send()
})(document)
//]]>
</script><div id="app"></div>
<div class="splash">
<svg class="icon icon-logo"><use xlink:href="assets/images/icons.svg#icon-logo" /></svg>
<div class="splash-title">Loading…</div>
</div>
</body>
</html>
Open service 2600:9000:20e8:6e00:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 7b921af2d8563da7f429361b2f7dc3d4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: ZOHcvNAeklOdn0nBhwjDGDk50xBSbkHpIa6EfQWpBrsRIT7efHjVjg==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 99.84.152.82:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 7b921af2d8563da7f429361b2f7dc3d4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: xz47Lrf4ssK07TG5_T9dm46XTAQMSzPogdisLOKXaFW2iTIqAxr7cw==
Age: 910195
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:6e00:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:27 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 b72a42509a5593c2695047de2fda54ba.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: uAYrlKDBOBVMLvgw0VbThJimqrC-oBHS8YcHwfac7u48XuJ_Bfn9uA== 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>
Open service 2600:9000:20e8:be00:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 862f174c876650e6fe7d342794ec4614.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: I7GhTfoDNW0XZ09HVQdFDzCtmx2vg2uffsx0SJ9KjCDNuK_9baTAzA==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:9000:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 7b921af2d8563da7f429361b2f7dc3d4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: IfbJFYMur-UFqZ5QrCHqBgNSH3hYP7nZzwhJUCMFAqVHPONX7onPag==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:b800:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 d6f4f7f6ffad42fddc330a28a55aeffe.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: NYASR87dq3TabnjLa53iXPO5w4sxmVQP9z8wJN-LtoUxeSL8m2OlBA==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:3200:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 b72a42509a5593c2695047de2fda54ba.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: gNJOGEE4A8W_dVD1eIWiCum4g3C0cNIaFK3OXDiBa6B-OA75xV3Eqw== 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>
Open service 2600:9000:20e8:3200:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 7b921af2d8563da7f429361b2f7dc3d4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: JOw38eI-tMJ5RPveaWCfmacjARfx8DVT9tnk68hN2F0ZpQVjaSGLcQ==
Age: 910193
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:b800:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 22071b16ebfda9a38c5d5316f5b9ce82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: cdp2URL6CFedvengjY5Lv9U6sBphxaS7xLvJhEG0HjnKzY3VGR8jJw== 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>
Open service 2600:9000:20e8:4400:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 862f174c876650e6fe7d342794ec4614.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: JRw1gW8LcMooLX95cahpGxeldoDqnc8kn9xKGWVj7poN7S5RFtmbBA== 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>
Open service 2600:9000:20e8:4000:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 6cfe3bbb6480c049c2a656d91758aa90.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Xy_EsZLLrBlvgnzN1DXXLQpWUyYVYKshmgZcNZ712zumJYOh0L05kg== 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>
Open service 2600:9000:20e8:9000:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 451dbf0c4b9432494b69933368eb09a8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: V_wWi6YSsHaIycXwoC6nXIaHy_XYVnkWkTlOrvvhZSjPtvHfvgRFkQ== 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>
Open service 99.84.152.71:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:27 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 b74d6c89144cb8da91c4c493eac8fb22.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: zKJ3SPYiABUdiAqDJFKe7Im5ZWKFSXzl4DI112exJ3CHgMiH1rI70A== 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>
Open service 2600:9000:20e8:4400:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 dcff8b683d5d0b7b18e4e50fcfdfd518.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: oY1rZ36jf5gFPF204FGNT0-3molte9QRrzbmeMM2Qp6O_f_Zy_vdGw==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 99.84.152.71:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 1a61dccfa43ad7a6e24bf7fcb93ea430.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: YlXTUfdsMjOix_CXZidSyILDDJucNnwks7ILrgWK8_N8wOWH3HPybQ==
Age: 910193
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:4000:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 7b921af2d8563da7f429361b2f7dc3d4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: wh766wObsNE7Seej9qR9CMZpM9TEwRdjPQTSpWH2N1cGzlAYe5gRLA==
Age: 910193
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:ac00:18:76c7:e600:93a1:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 2694fffaa67bb0ec65670b8dce8dcd24.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: Pc92lsKHOuLIOgK8NEx2Yap9AsqHO0FzaUfTA4hlA5EZmhdWskdKPA==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 99.84.152.81:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 0990e6cc798c1d9ad98f1c4b1a931a86.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: rZ0fMtD5a2gPwj9somVGGHuPJF5HJR2so_yfdEZ1ErQ4K4zFhdfcyg==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 2600:9000:20e8:be00:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:27 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 7b921af2d8563da7f429361b2f7dc3d4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: rwM8SLBeGmj8d6ggggh11PyVyBECo_hRH34Vo-msMdgQA5le3UHrlg== 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>
Open service 99.84.152.12:443 · avehr.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 4721
Connection: close
Date: Mon, 22 Dec 2025 21:40:33 GMT
Cache-Control: public, max-age=0, s-maxage=31536000
Server: AmazonS3
Accept-Ranges: bytes
ETag: "f91132338b924db2762664c915df70a5"
Last-Modified: Mon, 22 Dec 2025 13:08:46 GMT
X-Cache: Hit from cloudfront
Via: 1.1 451dbf0c4b9432494b69933368eb09a8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P13
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: pCviJ7HvmTCZC1BU-PkfDzPH5HLBJaIdZafZaOEuBNELfx_gdmGPjQ==
Age: 910194
Page title: AveHR
<!DOCTYPE html>
<html lang="en" class="antialiased bg-slate-50 scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self' http://localhost:* https://*.avehr.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* https://code.jquery.com https://*.avehr.com https://cdnjs.cloudflare.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://d3js.org https://apis.google.com https://js.stripe.com https://cdn.tiny.cloud https://assets.calendly.com https://connect.facebook.net https://www.gstatic.com https://challenges.cloudflare.com;
worker-src 'self' blob:;
child-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://*.avehr.com https://fonts.googleapis.com https://cdn.tiny.cloud;
img-src 'self' data: blob: http://localhost:* https://*.avehr.com https://*.stripe.com https://www.googletagmanager.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://avehr.s3.eu-central-1.amazonaws.com https://cdn.tiny.cloud https://sp.tinymce.com https://www.facebook.com https://*.tile.openstreetmap.org;
font-src 'self' data: https://fonts.gstatic.com https://cdn.tiny.cloud;
connect-src 'self' http://localhost:* ws: wss: https://www.googletagmanager.com https://*.avehr.com https://avehr-staging.s3.eu-central-1.amazonaws.com https://api.stripe.com https://www.googleapis.com https://www.google-analytics.com https://cdn.tiny.cloud https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://avehr.s3.eu-central-1.amazonaws.com https://connect.facebook.net https://nominatim.openstreetmap.org;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://cdn.tiny.cloud https://calendly.com https://avehr.s3.eu-central-1.amazonaws.com https://www.googletagmanager.com https://www.facebook.com https://challenges.cloudflare.com;
"
/>
<link rel="icon" href="/aveHR.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2463eb" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="verify-paysera" content="e801fe23ca457d7f49e6b89c6da6ca66" />
<title>AveHR</title>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H8XYBRD3RD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H8XYBRD3RD");
</script>
<script type="module" crossorigin src="/assets/index-ef42a7ce.js"></script>
<link rel="stylesheet" href="/assets/index-aea839c6.css">
</head>
<body class="bg-mainContentBackgroundColor">
<script>
function initializeMetaPixel() {
if (window.isProduction) {
const currentPath = window.location.pathname;
if (currentPath === '/' || currentPath === '/demo' || currentPath === '/demo/thank-you') {
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1004946718498744');
fbq('track', 'PageView');
if (currentPath === '/demo/thank-you') {
Open service 99.84.152.82:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 b74d6c89144cb8da91c4c493eac8fb22.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: lR7ND_qS36Qm83V2cx5o8vhq66_udrShg2c2wwVMPbInvM2nueugTg== 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>
Open service 2600:9000:20e8:ac00:18:76c7:e600:93a1:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 f83dbfb0fedcf4135c2e4ba4b6ef2dc2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: qffYd5ghgWYrjBdIjVjBjGiiDXvLLTEBBhEE4Xdke5nKCg87PnSYog== 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>
Open service 99.84.152.12:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 bfd9180a87cfbe975042cface5eb26e4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: cw_LY8Mzc6HsoMq_gBtiffv8w4rN4DyS-nJqqxlfCeL_TrjQa0Qsuw== 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>
Open service 99.84.152.81:80 · avehr.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://avehr.com/ X-Cache: Redirect from cloudfront Via: 1.1 b150a2580a9338c3011062452cd011f6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P13 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: A3UPex5DBycCTT162kY4GYMGCZEpDu1cheKcMj-n_6DN_ApVAL0fiQ== 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>
Open service 195.201.18.244:443 · support.avehr.com
2026-01-02 08:24
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 02 Jan 2026 08:24:25 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2915
Connection: close
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Link: </assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css>; rel=preload; as=style; nopush,</assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css>; rel=preload; as=style; nopush
CSRF-TOKEN: x5WYalAhroGQ7Fwz-iueZyr0c7VHZuVBoq7T9kCPRRdyWIbFUvc7mLGgNIPZcMC8hr7K36znsqjd1eu6OhvNyg
ETag: W/"165ebad753abe3bf3dedf24e43fc3f56"
Cache-Control: max-age=0, private, must-revalidate
Content-Security-Policy: base-uri 'self' https://support.avehr.com; default-src 'self' ws: wss: https://images.zammad.com; font-src 'self' data:; img-src * data:; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-AZeDdgeqZDAh+y4EFG/3bA=='; style-src 'self' 'unsafe-inline'; frame-src www.youtube.com player.vimeo.com
Set-Cookie: _zammad_session_a138cfd0f37=f574f6d64e40cfc8c502b39d1dc82e55; path=/; secure; HttpOnly; SameSite=Lax
X-Request-Id: c694f719-c906-469c-aea4-faa384fead6e
X-Runtime: 0.023602
Page title: AveHR Helpdesk
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>AveHR Helpdesk</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="/assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css" media="all" />
<link rel="stylesheet" href="/assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css" media="print" />
<script nonce="AZeDdgeqZDAh+y4EFG/3bA==">
//<![CDATA[
if(window.MSInputMethodContext && document.documentMode){
var polyfillScriptTag = document.createElement('script');
polyfillScriptTag.setAttribute('src', '/assets/ie11CustomProperties.min-eb19b438c0f5d2010c250595ef6b0b161dacf892c8a6f772dc121e99fc020a2c.js');
polyfillScriptTag.setAttribute('nonce', 'AZeDdgeqZDAh+y4EFG/3bA==');
document.head.appendChild(polyfillScriptTag);
}
try {
if(window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem('theme') != 'light' && !window.location.href.includes('/tests_') ){
document.documentElement.dataset.theme = 'dark';
}
} catch (e) { };
//]]>
</script> <script src="/assets/application-5795b3cd134f7effad50696632a2f8fd1d0c60df7c4b7340f409ad951136bc7d.js" nonce="AZeDdgeqZDAh+y4EFG/3bA==" defer="defer"></script>
<script src="/javascripts/../assets/form/form.js" nonce="AZeDdgeqZDAh+y4EFG/3bA==" defer="defer" id="zammad_form_script"></script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="_6gxRECLyMoq1Ml4Yg4wfyMswUbFC9IIhU0qxkcPYVxKZS_rQl1d0wuYochBVW6kj2Z4LC6KheH6NhKKPZvpgQ" />
</head>
<body>
<!-- svgstore fallback -->
<script nonce="AZeDdgeqZDAh+y4EFG/3bA==">
//<![CDATA[
/*
detect if browser is
- Chrome 14-20
- Android Browser 4.1+
- iOS 6-7
- Safari 6
- Edge 12
- IE 9-11
*/
window.svgPolyfill = /\bEdge\/12\b|\bTrident\/[567]\b|\bVersion\/7.0 Safari\b/.test(navigator.userAgent) || (navigator.userAgent.match(/AppleWebKit\/(\d+)/) || [])[1] < 537;
(function (doc) {
if(!svgPolyfill)
return
var scripts = doc.getElementsByTagName('script')
var script = scripts[scripts.length - 1]
var xhr = new XMLHttpRequest()
xhr.onload = function () {
var div = doc.createElement('div')
div.innerHTML = this.responseText
div.style.cssText = 'position: absolute; clip: rect(0, 0, 0, 0); z-index: -1;'
script.parentNode.insertBefore(div, script)
}
xhr.open('get', 'assets/images/icons.svg', true)
xhr.send()
})(document)
//]]>
</script><div id="app"></div>
<div class="splash">
<svg class="icon icon-logo"><use xlink:href="assets/images/icons.svg#icon-logo" /></svg>
<div class="splash-title">Loading…</div>
</div>
</body>
</html>
Open service 157.90.235.119:80 · api.avehr.com
2025-12-31 03:40
HTTP/1.1 301 Moved Permanently Server: nginx/1.18.0 (Ubuntu) Date: Wed, 31 Dec 2025 03:40:11 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://api.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>
Open service 157.90.235.119:443 · api.avehr.com
2025-12-31 03:40
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Content-Type: application/json
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, private
Date: Wed, 31 Dec 2025 03:40:11 GMT
Vary: Origin
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjdjbHpkZVpTUjRBV2ViNGhveVdQdEE9PSIsInZhbHVlIjoiV1kzeE1hdDZxcjBUOE9tZzlTMkJPcmZITDVlelUvV2hrZkhtc1hEWFdRQUx6TE9ueEloQi9RS0ZQbGVYaDBUSlpDMUMxbXdrMGQrVnVWTkpMQ2h4bHhUZ3JsanFGTkhYYmxjWUM3UlI3Y1BzSmprcXdacmtiSWkzanoyRWtmdngiLCJtYWMiOiJiZjMyY2M4NzI2YTNkNDc3YmRmNDc2ODZhMjM2MDEwNTg2NzYwNGMwMDVkMTkwMjg0MTYxYTk3YzM2OTBlMDQ3IiwidGFnIjoiIn0%3D; expires=Wed, 31 Dec 2025 05:40:11 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: avehr_session=eyJpdiI6InpwWjN5WVZEMlNSRjd6amN3M25FTnc9PSIsInZhbHVlIjoiRHErMWF4VmRWMFVEWWJ3ZktVSWUyc1ltNDFvMUhQOVZla0NvaElTR29KVmRPckVZS0NzcXg4M1lrYnJJZFQyU1Y1WXB2dFp2aHBhd2ppelJscWdJWit1QkhXcmtpNG9PM3lCL2orb3lEdzFZTzh2QlVYVUNQYkxaSHk0dHZ3L04iLCJtYWMiOiI4NDc5Yzc3MGFiNTdmZGE5MzQ3YWY0OTgyY2JmZDVmYTUxNTUzMTViOTkzNjcxNjA1OTU5ZDc5NGRmY2ZhMDc3IiwidGFnIjoiIn0%3D; expires=Wed, 31 Dec 2025 05:40:11 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Set-Cookie: Tu4t5hiG6UxtUzRXnIsvUaSDVuFM0JqLeGscOXaG=eyJpdiI6ImhianpPZ2FwcjZGWUUzaThnVkYwR1E9PSIsInZhbHVlIjoiaWhISGxWZm9BR0E2RjlRUWRHOGRjU1dLL1gvWGx4b1dWekZJMUpDYVlxUEhoWnhYUm9IZ1VBZkhUQlpXTkNjL0xMdE1rM3VENHhvOFJyRHJPSE1sOTFWcG5JWkErL253WHFVc3VLSEswWHlNTXpmOGYrU21DRkNLbG1hS2M2TjAySHp1TU5YbVl1T2xUMjRjVHZ0R3p6VXZCazQrSm8xYWsrTXpCMU5aeXFvekpNZ2JXWGJEYzlCaXY0MmNVcG9iU2d3MjJyeXJ1ZUlxWkVQWjBtY0p6S3pWdEx2S09obG9NWFQ1ZGVkVkxUVldvTzVhTlg4ZWJqUlZHZHBFMnNSbFMvalVDT1RXMzB1WTJieVR6ZC9NcTVLWGRFL0ZBZG15eGZTSm9Sa2ZaTWhrQ3JaSXBKeDBhdjdiM0x2aFNEMFNSbTM5SDlwTUg2RzZWcUNacFk3Y1dnTmI3MU01TDVRNkJTY0RDa2V0ZGxnPSIsIm1hYyI6ImY4MTg0OGY0NTMyYTg1NGYwYzIzZTg4OTI2NzcwMzFmNzdiODNlYTAxODE3NTcxMmQyMWIwOTM3YjRiNTFlZDgiLCJ0YWciOiIifQ%3D%3D; expires=Wed, 31 Dec 2025 05:40:11 GMT; Max-Age=7200; path=/; httponly; samesite=lax
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
{"Laravel":"10.50.0"}
Open service 157.90.235.119:80 · www.api.avehr.com
2025-12-31 03:40
HTTP/1.1 301 Moved Permanently Server: nginx/1.18.0 (Ubuntu) Date: Wed, 31 Dec 2025 03:40:11 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://www.api.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>
Open service 157.90.235.119:443 · www.api.avehr.com
2025-12-31 03:40
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Content-Type: application/json
Transfer-Encoding: chunked
Connection: close
Cache-Control: no-cache, private
Date: Wed, 31 Dec 2025 03:40:12 GMT
Vary: Origin
Set-Cookie: XSRF-TOKEN=eyJpdiI6IllKa3BnTk5hOFNoamsxK3RuSGNTUmc9PSIsInZhbHVlIjoiRlVLYW1abUt5RlcxMnlpNEIyNU12d1dOSnU5MVdsOHB4ZU45VG5NTU5xVWQ5eWFtWENxbXhpSXNmK3IxQmsveTkvUzVSdDQ0Y1h4MUdhekVTVkFsK3NudHpLQ0ZWQnN3eDIrOU9XVnVENTlVdWFzTGJLVXpIZlJwcnNFM2ZSZG4iLCJtYWMiOiJlMTQzYmUwNDM1NmQxMDAxNjk0ODc5NjZiNDg0N2JlMDc1YTA4YmQ5OGE5MzUxZmQ3YzRiMzA5ZGZlNTAzYjczIiwidGFnIjoiIn0%3D; expires=Wed, 31 Dec 2025 05:40:12 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: avehr_session=eyJpdiI6Ikw1VHltWHhPMXNTNE9rSmFtcEpQN2c9PSIsInZhbHVlIjoiRHJUY1ZrR1llWE1wQUsxdE5rUTJrcUtyRzRzY09KNXRqK1JYVEVoOGlJUmI5SHJLM0lkUEFWaU9oeGhTQnRKeUppa2E4RWpRTCtCejlkU2xnZ3pGV3ZRZ2ZFSUJYR294bk5wSVFJSm1FazdKMlpoT2p4MVFYMHV6MHg1bElGemUiLCJtYWMiOiJjYTVjZTYwYmExNTI5YjExOGYxYTNiOTExZWU3NDFhZDM4MDM0ZmEyNTlhMWRkNDc3ZWVkMzFlOWE0NjBjNGZlIiwidGFnIjoiIn0%3D; expires=Wed, 31 Dec 2025 05:40:12 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Set-Cookie: PlJmM0mFUQmto6CvP8CArl5bExfPTnhE9GEmxanw=eyJpdiI6IjNETkpIT1RSZFZ6QVhTaEx3ejAwY3c9PSIsInZhbHVlIjoiQXg2cVJIdkc1MEpQMkd6blFjM0tWNHhVbFg2dy81YnNRUGI1SVVHMDdUUXNpbGdreCtkZzk4VTExNWV6dFMzZUdtc3NNam1DRXZPNWgxN2xQOHZBUXZGOEFQVVUwWnZDcjAwNWZZajFkMzRZcVhEOWZ1Y1p6S29obVg3ZFdzRWhDMVllcnZzY0F1emJaTXBnM2haakN1TWYvT09XQVEzUDVJcFJjaXVPRU1ZR3hpUHZqc3lHYTk3RWRUaXk5Q2V0SUdlOWhrTUZtR3ZvV0cxYm9JYTY1TWkwUWxCMnBxLzFQTk84bVJjSmtXQXFZblhUUzNFOXdydmpMd1IrSWdRY1Z3ZXlIK01yQSt3MVViSmZvNFp0Y0FzeGZpbmFxNk84c0RWNWI5ZnJKeWs1dFlHKytjRGtvSUxwWStyRXYwWUd6QTVyc3RBY2hiTVRqNWIrYSt0VUI0a3k1QnNZdnJ3dURITFpHVGU4ekw3bzFDR2ovK1FrbVk4MzB6Ri9PREpyIiwibWFjIjoiZTlkM2ExNDk2ZTc5ZTBkYWE1NWZlOTBlZjFkZGQ0ZDYzOGU1OWM1NGMwNjY2YTQ5OGJhMTI5OWExYzQxN2M2MSIsInRhZyI6IiJ9; expires=Wed, 31 Dec 2025 05:40:12 GMT; Max-Age=7200; path=/; httponly; samesite=lax
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
{"Laravel":"10.50.0"}
Open service 195.201.18.244:443 · support.avehr.com
2025-12-23 03:22
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 23 Dec 2025 03:22:55 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2915
Connection: close
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Link: </assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css>; rel=preload; as=style; nopush,</assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css>; rel=preload; as=style; nopush
CSRF-TOKEN: 6I4VQNfDQjLVMGZtv5msoHSvr3ev8WCzTI0Quceq_k_WjzuX7u0b6Pgs0XKsqWwiH-dWyyOkgND-0Mk0J2fYnQ
ETag: W/"ead8e09e77b4cd494a773ad8a64fe6aa"
Cache-Control: max-age=0, private, must-revalidate
Content-Security-Policy: base-uri 'self' https://support.avehr.com; default-src 'self' ws: wss: https://images.zammad.com; font-src 'self' data:; img-src * data:; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-q00hQgayQIliwAlYe04AAw=='; style-src 'self' 'unsafe-inline'; frame-src www.youtube.com player.vimeo.com
Set-Cookie: _zammad_session_a138cfd0f37=e1048cda248cba58ad9bbf088e9e4e44; path=/; secure; HttpOnly; SameSite=Lax
X-Request-Id: d812665c-d7e7-4ab7-a6df-af99431e226e
X-Runtime: 0.023364
Page title: AveHR Helpdesk
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>AveHR Helpdesk</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="/assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css" media="all" />
<link rel="stylesheet" href="/assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css" media="print" />
<script nonce="q00hQgayQIliwAlYe04AAw==">
//<![CDATA[
if(window.MSInputMethodContext && document.documentMode){
var polyfillScriptTag = document.createElement('script');
polyfillScriptTag.setAttribute('src', '/assets/ie11CustomProperties.min-eb19b438c0f5d2010c250595ef6b0b161dacf892c8a6f772dc121e99fc020a2c.js');
polyfillScriptTag.setAttribute('nonce', 'q00hQgayQIliwAlYe04AAw==');
document.head.appendChild(polyfillScriptTag);
}
try {
if(window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem('theme') != 'light' && !window.location.href.includes('/tests_') ){
document.documentElement.dataset.theme = 'dark';
}
} catch (e) { };
//]]>
</script> <script src="/assets/application-5795b3cd134f7effad50696632a2f8fd1d0c60df7c4b7340f409ad951136bc7d.js" nonce="q00hQgayQIliwAlYe04AAw==" defer="defer"></script>
<script src="/javascripts/../assets/form/form.js" nonce="q00hQgayQIliwAlYe04AAw==" defer="defer" id="zammad_form_script"></script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="Nrb-DPudEzzI4owd9EM8Xuli5DX0WxrnoTL-VzDReMkIt9DbwrNK5uX-OwLnc_zcgiodiXgO-oQTbyfa0BxeGw" />
</head>
<body>
<!-- svgstore fallback -->
<script nonce="q00hQgayQIliwAlYe04AAw==">
//<![CDATA[
/*
detect if browser is
- Chrome 14-20
- Android Browser 4.1+
- iOS 6-7
- Safari 6
- Edge 12
- IE 9-11
*/
window.svgPolyfill = /\bEdge\/12\b|\bTrident\/[567]\b|\bVersion\/7.0 Safari\b/.test(navigator.userAgent) || (navigator.userAgent.match(/AppleWebKit\/(\d+)/) || [])[1] < 537;
(function (doc) {
if(!svgPolyfill)
return
var scripts = doc.getElementsByTagName('script')
var script = scripts[scripts.length - 1]
var xhr = new XMLHttpRequest()
xhr.onload = function () {
var div = doc.createElement('div')
div.innerHTML = this.responseText
div.style.cssText = 'position: absolute; clip: rect(0, 0, 0, 0); z-index: -1;'
script.parentNode.insertBefore(div, script)
}
xhr.open('get', 'assets/images/icons.svg', true)
xhr.send()
})(document)
//]]>
</script><div id="app"></div>
<div class="splash">
<svg class="icon icon-logo"><use xlink:href="assets/images/icons.svg#icon-logo" /></svg>
<div class="splash-title">Loading…</div>
</div>
</body>
</html>
Open service 178.128.196.156:443 · api.staging.avehr.com
2025-12-22 11:01
HTTP/1.1 200 OK
Server: nginx
Content-Type: application/json
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Cache-Control: no-cache, private
Date: Mon, 22 Dec 2025 11:01:51 GMT
Vary: Origin
Set-Cookie: XSRF-TOKEN=eyJpdiI6IkdVTjg5YURCSFZSS080OVcrVGRoVHc9PSIsInZhbHVlIjoiUmFQd1lndk9aU1hSMTZEbzNKZ21pS25Ob2YwVkhtN3lDbWZIbGs4RXNkbEJiQ29IRmMxRXp2UWwvU2JOVkNTOHEwMDlZL1dxbmw2dVJBODk4Ni9tQVVHS1JBREZsQTdNSXVhSWJReEZuczN5WWlkaFMxSG9NTWVLSnRicXhQcHMiLCJtYWMiOiIwMDhhZDRhMjk5YTIzYzExNTJiNzljYzYxZjdiZDIzNThkZjRhNWFhODcyM2M4OTJmZGJmZmM3ZDE4NWQ1YjU0IiwidGFnIjoiIn0%3D; expires=Mon, 22 Dec 2025 13:01:51 GMT; Max-Age=7200; path=/; domain=.avehr.com; samesite=lax
Set-Cookie: avehr_session=eyJpdiI6IjltSnZYUDJZSWhXd3gycm1iZFY1c3c9PSIsInZhbHVlIjoiSjdITFMwd2E4K2lIWWd3aWJMQzFLZ21oNGRhWCtXSHZuMmQrcGoxdVREQkh0c3ZYRUx2UGdnRmhzRExsaWNmeXQvNmFPeFpscUFoanNTYnBvK0RhUHhyb0tpU2ZwVnZjUFBHVi80L2srdUhjNm95U3pHcm5Lb1F3MW04cHc4NnAiLCJtYWMiOiI2ZjU5MmZmODIxY2IyOTZmN2NkZTcwYTJmZDUwNGI1ZjdhNWY3ZTIyNjAzYWQ2NmI1ZTQyMDU0MTAyZWQ0YmNkIiwidGFnIjoiIn0%3D; expires=Mon, 22 Dec 2025 13:01:51 GMT; Max-Age=7200; path=/; domain=.avehr.com; httponly; samesite=lax
Set-Cookie: abFY5qL5oiqwMc7oMFORgVgiIHyoPEK677UWDLtN=eyJpdiI6IjJpVEZ2TE05angvNGZEc1hZVGk1aVE9PSIsInZhbHVlIjoiSzNVb3U0emhGeFJtVndLUXpyZGEzNkxNbWxaMU9HUXIzWjVvQTFUOVZvL25XK04rSmtpUG9TaUo4NEx2U3dGdzExUUNDZ3luUGdDbTU0aE1CZXlyMWFGdWh4SHFhdlhsVkxWT1h1dnhieUkzSi9MdmxndDNQc2NpWHBTbHdFUTV0enJCRm9JNTB6TWk5Rm5pai9MdHAwOHdoZHcyRFJYbkk2dEVPblVieVBNZEtKcUFlZjdVTEtBNkF0TGtmUlBmRjZ3WkYwSCtsSVhHdEJBRVZETDBxOXFiaDN2WjR2THZDbU5SYlUrbUlndzlBNjlQVE1TdVJYREtNWUlDVzZ4Y1k1ODVUTi9HckNGRncvVHFvcnNjdnN5cjQyOXhtTkNUZkVWbSt6L04vS2pYb0pGSnlNc2lQckxpeE1yRDBLUld5d0JVd2FvNldqc3J5ZG5wMmxISUpzYW12eXE1ampMT0FqK0paM3N1QXROZGVNVDdZTzZpcmkxNkN3MmRwYnM3IiwibWFjIjoiMDFiOWUwYWQ1MTY3NjRiZGI3OGYxODVkYjJlZDgwMDk2NmJjMGNlMzBiNDg3NTczNmQ2MjI3MGViYWQwOTY1ZiIsInRhZyI6IiJ9; expires=Mon, 22 Dec 2025 13:01:51 GMT; Max-Age=7200; path=/; domain=.avehr.com; httponly; samesite=lax
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
{"Laravel":"10.50.0"}
Open service 178.128.196.156:443 · www.api.staging.avehr.com
2025-12-22 11:01
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 22 Dec 2025 11:01:49 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://api.staging.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 178.128.196.156:80 · www.api.staging.avehr.com
2025-12-22 11:01
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 22 Dec 2025 11:01:49 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://www.api.staging.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 178.128.196.156:80 · api.staging.avehr.com
2025-12-22 11:01
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 22 Dec 2025 11:01:49 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://api.staging.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 178.128.196.156:80 · www.api.dev.avehr.com
2025-12-22 11:00
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 22 Dec 2025 11:00:37 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://www.api.dev.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 178.128.196.156:80 · api.dev.avehr.com
2025-12-22 11:00
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 22 Dec 2025 11:00:37 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://api.dev.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 178.128.196.156:443 · www.api.dev.avehr.com
2025-12-22 11:00
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 22 Dec 2025 11:00:37 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://api.dev.avehr.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 178.128.196.156:443 · api.dev.avehr.com
2025-12-22 11:00
HTTP/1.1 200 OK
Server: nginx
Content-Type: application/json
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Cache-Control: no-cache, private
Date: Mon, 22 Dec 2025 11:00:37 GMT
Vary: Origin
Set-Cookie: XSRF-TOKEN=eyJpdiI6InN2L0QyK3VMaVlFVm13VCtCZzVkekE9PSIsInZhbHVlIjoiM3hDQkltTXgxVlE0TW5qWlJlb3pTTVFnV29uRHlHeTdYWnhiRVFaUGVqTU9sTUJVck4wTGRRWjdha0xsTHRDTUtZUmdUR1UyUnR2eXUwVGVWaWFZZVlTeitUd0I4M3MwRnp2MDA0WFFVV01yazRpM1V1VnNEN3I1cHl2UHN3MC8iLCJtYWMiOiI2Nzc3ZjYzNjYyZjMzZTY5Y2Y0MzVkMTkzNTE2ZmYwMTRlY2QzNjk4NWNiYzc5ZjRmNTYzODk3MTJhMTc0NzNkIiwidGFnIjoiIn0%3D; expires=Mon, 22 Dec 2025 13:00:37 GMT; Max-Age=7200; path=/; domain=.avehr.com; samesite=lax
Set-Cookie: avehr_session=eyJpdiI6IkRZaW5Ldk9oRThWd2xPQTZYWS95a0E9PSIsInZhbHVlIjoiYnM0NlF3eVlKY1JidXZacy83WmhKcWliak01T0pieDhxMHozendIdkVYVS9YakJSTTRNZTZHTGtFN2h4RzBmbUpzMTVnelU3MTN4SEJONzRnQnRvcVhBVENDTDl2bUNMMXFkbTU2bkJ0M0pEOVdrTXJBQXA2OTJBVC8zUXJaUWkiLCJtYWMiOiIyNGJhZGZiMGNkMTU5OTNkMWYwMWI1YzI1YjExZWUwZTMxMzk5ODhmMTVjNmI5NjdlMWViYjM0MWI4Y2Y4ZTBmIiwidGFnIjoiIn0%3D; expires=Mon, 22 Dec 2025 13:00:37 GMT; Max-Age=7200; path=/; domain=.avehr.com; httponly; samesite=lax
Set-Cookie: ddabseA9BngY7bALzMWxnYKjEOads9xsKNtcYdgZ=eyJpdiI6Inprbk9iTDFPbGUvRm9NS290SnRpY3c9PSIsInZhbHVlIjoiTVpKRmZrRUpvYXRFSEFyYlY0N2JQUHlSNjJ6VmY3anhYbnFmbkFNSkxZdjRIZ0tNYlZWb09NSC9zVnAxRnloZzhGeU03anNERU1CMEI1TzdQMXppbTFLanRmbWVmbDloK3Z0SkJZVVQySGEyUVExM01FdmJhSTlibGJGbGxHSk43MHhzdzlGeWpYVDRVMkw5OTJKK0JnMTJQZDNkNlJLancvWUdja2pyVWFWUTNVZ28vZVlpdGdORC9HbGp1QjVrMk83K0IwV2hGTU5QRkhHMFRQTjRQSVE0VFcwSVlVbTNqRUdtZnFGTXF1cEczWjNkc2dua0VZRWNZTGNiWFNtaUJCcDlrY29RQ3VXMjRranhsQnFSNVl3WGxRVE1PT2o3UGt3dkR6WDExc1VnaHplaHROMEFRSTVCMlBSYm9ibkpTSFNUMHRnQWd5ZkpPN05PNlVGQXpnT1RsMjI0dHovT05yRXdYUXVudnFIQjdFbi9MVzhDa2xNSURBam1yem41IiwibWFjIjoiYWJjMTYyZGI5ZjVkYjJmOTMxYWZjOTgzYzE2NjVmNDg4NGFiZWFmNGMxNTJhZWNhMDllOGVlOTQ3MDE2NzY4OSIsInRhZyI6IiJ9; expires=Mon, 22 Dec 2025 13:00:37 GMT; Max-Age=7200; path=/; domain=.avehr.com; httponly; samesite=lax
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
{"Laravel":"10.48.29"}
Open service 195.201.18.244:443 · support.avehr.com
2025-12-20 13:48
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 20 Dec 2025 13:48:15 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2915
Connection: close
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Link: </assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css>; rel=preload; as=style; nopush,</assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css>; rel=preload; as=style; nopush
CSRF-TOKEN: ikoIZjOfM5R9ryNOxwyP-be6vP4JtC4uYc54ZhaDAZ6uaEJcLpLX5OY3QfZBvaIu6lBRExf_AreLffABSsWbew
ETag: W/"bebcbaccb7849b35a1770660a01b5326"
Cache-Control: max-age=0, private, must-revalidate
Content-Security-Policy: base-uri 'self' https://support.avehr.com; default-src 'self' ws: wss: https://images.zammad.com; font-src 'self' data:; img-src * data:; object-src 'none'; script-src 'self' 'unsafe-eval' 'nonce-sBFgGdrc2CVTSu1dIUDidw=='; style-src 'self' 'unsafe-inline'; frame-src www.youtube.com player.vimeo.com
Set-Cookie: _zammad_session_a138cfd0f37=27bee8c7c26c102931117899bdb638c2; path=/; secure; HttpOnly; SameSite=Lax
X-Request-Id: 5835ac33-ca12-4225-8b9a-ec05cf69f26a
X-Runtime: 0.029549
Page title: AveHR Helpdesk
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>AveHR Helpdesk</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="stylesheet" href="/assets/application-6f775051a09b27a6b02313489298285146d149ca6130f6cdc88ea2608720f3c9.css" media="all" />
<link rel="stylesheet" href="/assets/application-print-b13bcc6b8c456b67c376ff97d8c717cfa9869ea4412e4f49b65170aa535c5722.css" media="print" />
<script nonce="sBFgGdrc2CVTSu1dIUDidw==">
//<![CDATA[
if(window.MSInputMethodContext && document.documentMode){
var polyfillScriptTag = document.createElement('script');
polyfillScriptTag.setAttribute('src', '/assets/ie11CustomProperties.min-eb19b438c0f5d2010c250595ef6b0b161dacf892c8a6f772dc121e99fc020a2c.js');
polyfillScriptTag.setAttribute('nonce', 'sBFgGdrc2CVTSu1dIUDidw==');
document.head.appendChild(polyfillScriptTag);
}
try {
if(window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem('theme') != 'light' && !window.location.href.includes('/tests_') ){
document.documentElement.dataset.theme = 'dark';
}
} catch (e) { };
//]]>
</script> <script src="/assets/application-5795b3cd134f7effad50696632a2f8fd1d0c60df7c4b7340f409ad951136bc7d.js" nonce="sBFgGdrc2CVTSu1dIUDidw==" defer="defer"></script>
<script src="/javascripts/../assets/form/form.js" nonce="sBFgGdrc2CVTSu1dIUDidw==" defer="defer" id="zammad_form_script"></script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="R8_uuwSVFurrcwyHKzHFZSj3C5-kXn8HDpO54hmSnDdj7aSBGZjymnDrbj-tgOiydR3mcroVU57kIDGFRdQG0g" />
</head>
<body>
<!-- svgstore fallback -->
<script nonce="sBFgGdrc2CVTSu1dIUDidw==">
//<![CDATA[
/*
detect if browser is
- Chrome 14-20
- Android Browser 4.1+
- iOS 6-7
- Safari 6
- Edge 12
- IE 9-11
*/
window.svgPolyfill = /\bEdge\/12\b|\bTrident\/[567]\b|\bVersion\/7.0 Safari\b/.test(navigator.userAgent) || (navigator.userAgent.match(/AppleWebKit\/(\d+)/) || [])[1] < 537;
(function (doc) {
if(!svgPolyfill)
return
var scripts = doc.getElementsByTagName('script')
var script = scripts[scripts.length - 1]
var xhr = new XMLHttpRequest()
xhr.onload = function () {
var div = doc.createElement('div')
div.innerHTML = this.responseText
div.style.cssText = 'position: absolute; clip: rect(0, 0, 0, 0); z-index: -1;'
script.parentNode.insertBefore(div, script)
}
xhr.open('get', 'assets/images/icons.svg', true)
xhr.send()
})(document)
//]]>
</script><div id="app"></div>
<div class="splash">
<svg class="icon icon-logo"><use xlink:href="assets/images/icons.svg#icon-logo" /></svg>
<div class="splash-title">Loading…</div>
</div>
</body>
</html>
178.128.196.156 8 157.90.235.119 4 195.201.18.244 2 2600:9000:20e8:3200:18:76c7:e600:93a1 1 2600:9000:20e8:9000:18:76c7:e600:93a1 1 2600:9000:20e8:b800:18:76c7:e600:93a1 1 2600:9000:20e8:be00:18:76c7:e600:93a1 1 2600:9000:20e8:4400:18:76c7:e600:93a1 1 2600:9000:20e8:4000:18:76c7:e600:93a1 1 99.84.152.71 1 2600:9000:20e8:ac00:18:76c7:e600:93a1 1 99.84.152.81 1 99.84.152.12 1 99.84.152.82 1 2600:9000:20e8:6e00:18:76c7:e600:93a1 1