Redrect - make it impossible to trace source

Posted by ntesla123, 02-10-2011, 08:51 PM
How do I make a redirect that would redirect someone to any site, say facebook, cnn, amazon ... and that would make it impossible for the other site to trace where the redirect comes from. For example, if someone is redirected from a fictional website mywebsite.info, I want to make it impossible for the people at the other website to know that the referrer is mywebsite.info. I've tried using php header(Location: facebook dot com) and I believe it works sometimes, but do any of you have a better suggestion? Maybe multiple redirects? And is it possible to test if it works? Last edited by ntesla123; 02-10-2011 at 08:59 PM.

Posted by EMBRobert, 02-10-2011, 09:52 PM
Why not just use a second anonymous site for the redirect?

Posted by jeremyhaber, 02-11-2011, 01:31 PM
I actually unintentionally came across a solution to this the other day well programming. You are on the right track. However firstly you will need to link to another page in your server. Call it the redirector page. When they hit your page set a cookie or session value. If they have the cookie load the page and delete the cookie. If they dont have the cookie redirect them to your redirector script using header("location: ..."); The redirector script has to load an html page. Inside the html page have both javascript and html redirections in place to redirect them back to the other page. This will only work for browsers like Firefox and Chrome which load the source in a separate http request. And wont hide the source from someone with a tool like firebug. In the end the best way to prevent people from viewing your source is with something that can jumble it up (obfuscation). Hope that helps. I really don't see a need for this though. Even if someone takes your source, it's not like they have the back end.

Ця відповідь Вам допомогла?

 Роздрукувати цю статтю

Також прочитайте

Question about load balancer

Posted by then00b, 09-05-2007, 06:37 AMHello I'm new to the forums and had a question. Thanks to...

yaph killed after start

Posted by SysTeam, 09-16-2008, 03:04 PMHi, I have problem. I install Yet Another Proxy Hunter,...

How is the service ?

Posted by aboovk, 09-04-2002, 01:06 AMHi, I need a resellers plan with 10 virtual domain...

Whats better.....

Posted by creid, 09-10-2001, 03:06 PMHi! I was wondering what you guys think is better. Plan...

cobol Class need help with code.

Posted by slayer1189, 10-24-2012, 11:56 AMI am trying to have the program sort through the input...