🔍 Astro URL Debug Page

Server-Side URL Information

{
  "Astro.url.href": "https://www.romeholding.com/debug-url?site=bespokely",
  "Astro.url.pathname": "/debug-url",
  "Astro.url.search": "?site=bespokely",
  "Astro.url.hostname": "www.romeholding.com",
  "siteParam": "bespokely",
  "allParams": {
    "site": "bespokely"
  },
  "Astro.request.url": "https://www.romeholding.com/debug-url?site=bespokely"
}

Test Links

Click these links to test query parameters:

Client-Side JavaScript Check

Loading...

Instructions

1. Click the test links above

2. Check the server console logs for detailed output

3. Compare server-side vs client-side URL information

4. If query params work here but not in test-site, we have a clue!