What IP does cURL send?

artizhay

BANNED
Joined
Nov 21, 2010
Messages
1,867
Reaction score
1,340
I'm experimenting with some cURL to provide a better alternative to non-XSS content lockers that are unreliable. So I'm sending data to a CPA form and what I would like to know is what IP cURL sends.

Does it send the server IP or does it use the client's IP? Is there a setting to manipulate this? Any help is appreciated.
 
Can you define a proxy as the client's IP?
 
Nope not possible - but you could maybe use an img tag to call the url instead? That would use the client IP
 
if you define proxy then there will be reflect proxy ip on cpa simple logic....

generally cpa detect proxy's. so lit alert with..
 
yeah.. that's can possible if client use it.. but generally cpa detect the proxy's.. and blocking account..

though all the best!!

Nope not possible - but you could maybe use an img tag to call the url instead? That would use the client IP
 
Well I'm trying to send data to a CPA form from the server. I want the user to enter an e-mail on my own form, then I will simply connect to a random CPA offer and submit the data. Right now, my content lockers are rather unreliable by only relying on history.length to determine when to drop the locker. I figured this would be a viable alternative, but not if it sends the same IP every time...
 
Back
Top