Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

redirecting to another...

New Here ,
May 12, 2009 May 12, 2009


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....

TOPICS
Advanced techniques
706
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 12, 2009 May 12, 2009

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2009 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 13, 2009 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2009 May 13, 2009
LATEST

you are right....but how can we trap the person who is not the correct person, who is trying to access the data, for the below situation....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
May 13, 2009 May 13, 2009

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 13, 2009 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..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources