Skip to main content
Participant
May 12, 2009
Question

redirecting to another...

  • May 12, 2009
  • 2 replies
  • 761 views


Hi,

I am looking for suggestion for my below issue.

we have two different sites. We have control to 2nd site which is in CF.

There will be a link on 1st site to redirect to 2nd site...we will be providing the url for the link to be added on the 1st site.... and this link will hit the 2nd site...

my concern is if non-authenticated person got the URL and try to access, we should not allow them to access the 2nd site...


I like to give some warning if the user is not the authenticated person...but how should we know if he is a valid person or not...

Any suggestions....

This topic has been closed for replies.

2 replies

Michael Borbor
Inspiring
May 13, 2009

I'll say using some sort of login screen , and using  session variables.

maduraiAuthor
Participant
May 13, 2009

thats what i thought so...but think is 1st site is entirely different site... say, www.cnn.com..... we dont have access to that site and we dont have info about the sessions also.....only think we know is, the URL..

BKBK
Community Expert
Community Expert
May 13, 2009

Let the first site pass a unique, encrypted security code as URL variable to the second site.

maduraiAuthor
Participant
May 13, 2009

Even if we have unique security code on the url, and if some non-authenticated person access this url ...and copy and paste on his browser he will be able to view the screen right?

BKBK
Community Expert
Community Expert
May 13, 2009
if some non-authenticated person access this url

You could use SSL to prevent eavesdropping. Remember that network security can never be 100% watertight. There are certain lapses of security that are inevitable, whether you're dealing with 2 servers or just one. For example, you always have to be alert for people watching over your shoulder.