i want to change ip when make a httprequest same with ip of mine
for example:
ip when make httprequest: 63.67.128.199
my ip: 222.213.245.90
i want to change 63.67.128.199 to 222.213.245.90
Can i do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot use server side functions on client side. If you want to have the client do a request you will have do it via javascript, if possible.