(function () { const cookieName = 'source_url'; const COOKIE_TIMEOUT_MINUTES = 15; function setSourceUrlCookie(url) { const expiryDate = new Date(); expiryDate.setMinutes(expiryDate.getMinutes() + COOKIE_TIMEOUT_MINUTES); document.cookie = `${cookieName}=${encodeURIComponent(url)}; expires=${expiryDate.toUTCString()}; path=/`; } function getCookie(name) { const value = document.cookie .split('; ') .find(row => row.startsWith(name + '=')); return value ? decodeURIComponent(value.split('=')[1]) : null; } if (!getCookie(cookieName)) { setSourceUrlCookie(window.location.href); console.log('✅ Cookie created with URL:', window.location.href); } else { const currentUrl = getCookie(cookieName); setSourceUrlCookie(currentUrl); console.log('🔁 Cookie refreshed. Original URL remains:', currentUrl); } })();
דילוג לאיזור תוכן מרכזי (לחיצה על אנטר)

Read timed out

POST https://dxp-webcarconfig.lexus-europe.com/v1/car-config/il/he?path=configure/d8ec0864-e0cb-4f08-9e8a-1261ee3b2d22/c8f37e7b-ee88-43e2-8c86-3ef535234837&c=287c4649-4e62-4ab2-af2f-c18fefe81311 with body {"reduxState":{"carConfigSettings":{"loadedStepUrls":{"highlights":"https://www.lexus.co.il/new-cars/rz/highlights","configure":"https://www.lexus.co.il/new-cars/rz/build","specs":"https://www.lexus.co.il/new-cars/rz/specifications"}}}}