Jump to content

PHP Browser with Fake Header info


imperium2335

Recommended Posts

Hi,

 

I have tried using curl to send fake header info to a target url and then display that website as if I had gone to it via a hyperlink, but it isn't working. It seems that curl just shows the page through my domain which isn't what I want.

 

Can anyone help me? Thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/194608-php-browser-with-fake-header-info/
Share on other sites

That's the whole point of displaying the URL of the actual site you are on, to prevent people from being able to trick visitors into thinking they are on a different site. If it was possible to do what you are trying, there would be fake phishing sites all over the place.

Again, if you're trying to do what I think you're trying to do then no. The referrer information comes from the browser, it is up to them whether to send a referrer or not: your website cannot say, "don't send a referrer for the next page".

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.