I’m pretty sure there’s a way to use curl in php to make a proxy server so my question is more, will that use my bandwidth? if there is a way to have it not use my bandwidth how would that look?
Share
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.
Any data transfer eats your bandwidth. So, you are out of luck.
The only possiblity is to strip redundant stuff and compress everything going through – this might save up to 50% of the bandwidth.