If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > encript URL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-31-03, 07:29
gleech gleech is offline
Registered User
 
Join Date: Dec 2002
Posts: 20
encript URL

Does anyone know how I can encrypt a URL

e.g Response.Redirect "http:\servername:81/myapp/"

when it gets redirected I want to encrypt the URL so no-one sees the servername or any part of the url

Thanks
Reply With Quote
  #2 (permalink)  
Old 10-31-03, 12:35
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Re: encript URL

Quote:
Originally posted by gleech
Does anyone know how I can encrypt a URL

e.g Response.Redirect "http:\servername:81/myapp/"

when it gets redirected I want to encrypt the URL so no-one sees the servername or any part of the url

Thanks
I don't believe this is possible. You have to pass a clear URL to the browser, and it's the browser that displays it. The best thing you could do is use JavaScript to hide the Address bar.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 11-02-03, 06:30
rhs98 rhs98 is offline
Super Moderator
 
Join Date: Feb 2002
Location: Hampshire, UK
Posts: 441
He is correct; the browser needs to know where to fetch the page from, so it must be clear.

However; if you have two servers A and B. A being one you don't care about people knowing about, you can write a script to "include" content from B on the page. I.e. either via http get or (not sure about this working cross server) include.

Not sure if that is what you wanted...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On