Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

a little bit of cURL

Status
Not open for further replies.

FireJames

Programmer
Jan 29, 2007
1
DE
Hello guys
I see you have a nice and active community here!congrats

I have a question .. Curl is using server ip or browser ip ? I think server ip ..how i can make it to use browser IP?

So if on my site come in 20 users and use a curl function to grab content from other site i dont want to be seen 20 accesses of my server ip . i want to be seen 20 acceses of different IPs

So is it possible to 'copy' user header from browser and use it with cURL ?

Thank you
 
You want to spoof a connection from a cURL-invoking script as the IP of the browser running the script?

That cannot be done in PHP.


Want the best answers? Ask the best questions! TANSTAAFL!
 
Sounds like you want to use FRAMES or IFRAME from HTML (setting aside any ethical discussion on what you might be doing).

D.E.R. Management - IT Project Management Consulting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top