Link to home
Start Free TrialLog in
Avatar of ndqee
ndqee

asked on

Hide URL in the URL bar (web develop by ASP)

Hi everyone,

The question is, what is the best way to hide url
Ex: 'www.mysite.com/default.asp?a=XX&id=1' so that all the visitor sees is www.mysite.com/shop in the URL bar? .

I develop web by ASP.

It's urgent. Please help me
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Fushi
Fushi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Deepak Vasudevan
With ASP.NET, you have URLRewriter techniques.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The only other way I can think of is hidden form fields for your values--instead of query strings.
Avatar of vipero
vipero

I think esdxr26 got it right with the solution. This method, also called "URL cloaking", is widely known and documented on Google. Also check http://www.google.it/search?q=url+cloak