02-03-05 10:52 PM
Hi,
Frames is the only way to _hide_ the full URL. It is not in any way
insecure to show the full URL in the address bar. The client needs to know
the full URL, to be able to request different pages from the webserver.
Your implementation of security is wrong if you need to hide the URL for
the user (because there is always a way to get the full URL), and you
should implement some other security on your website.
--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
Maileen wrote:
> Hi,
>
> I'm looking for a way how to hide all URL in my web browser.
> i don't want to use the frame for that...
>
> for example :
>
> my welcome page is : www.test.com (thanks IIS settings regarding first
page), but after if i place the mouse cursor on "tasks" link, status bar
shown me :www.test.com/tasks.php.
>
> if i click on this link, the same address (www.test.com/tasks.php) is
shown in my address bar.
>
> How can i hide this non secured thing ?
>
> thanks a lot,
> Maileen
[ Post a follow-up to this message ]
|