Page 1 of 1
"Header information"
Posted: Fri Jul 14, 2006 11:33 pm
by crinch
Hi,
I want to some hints that, using php script how we can chagne our header's information like our ip, explorer's type and other properties which go in header.
Basically i want that i write a url in textfield after clicking on the button the request go to that url but my page should be previous one. And i myself give the information in header that go on the url.
Thanks alot.
Crinch.
Posted: Sat Jul 15, 2006 2:49 am
by RobertGonzalez
Maybe
cURL? Though I am not sure this is exactly what you want. I am actually not exactly sure what you want. Could you provide an example?
thanks for your response.
Posted: Sat Jul 15, 2006 3:33 am
by crinch
Actually i am interesting in that, whenever i go on any url, my original ip address and proxy did not show instead a fake ip and proxy displayed that i will give my self.
It is all done when a request is sent to any url, the explorer takes all this information with it, i want to change that.
If you have any idea, plz share with me.
thanks.
Crinch.
Re: thanks for your response.
Posted: Sat Jul 15, 2006 4:27 am
by aerodromoi
crinch wrote:Actually i am interesting in that, whenever i go on any url, my original ip address and proxy did not show instead a fake ip and proxy displayed that i will give my self.
It is all done when a request is sent to any url, the explorer takes all this information with it, i want to change that.
If you have any idea, plz share with me.
thanks.
Crinch.
I'd say you need an anonymous proxy for that...
You can't "just" replace an ip address with anything you want since the information you've requested should also arrive at your destination.
As to your php approach...
Of course you can resort to fopen and fgets. However, you'll have to consider that some search engines also provide an ip search...
Posted: Sat Jul 15, 2006 4:35 am
by Ollie Saunders
a remote server need to know your ip in order to send data back to you so you can't hide your ip from from it.