Forum Moderators: open
I've searched around a bit but not having much luck.
Can anyone suggest a technique to test that a url passed in a querystring is an existing URL? This gives me a chance to test it before I display it in an IFrame. The passed URL is always from trusted sources but I just wanted to avoid having possible 404s if i can.
Cheers
Then I realised that you get 200's on custom 404 pages. So it turns out I can't do it anyway, as I can't be sure im not getting redirected to a custom page.
Thanks anyway