Would it be possible to write a proxy in C++? I mean a CLI application that would take a users input (a site name) and open Internet Explorer / FireFox to that page, bypassing network restrictions all the other fun stuff that a proxy does, much like proxy.org?
linux 107 Posting Shark
Recommended Answers
Jump to PostA proxy doesn't "bypass network restrictions". All it does is display another website inside of itself (or more specifically, allow a passthrough connection to another website).
And yes, it is quite possible to write a proxy in C++.
All 4 Replies
John A 1,896 Vampirical Lurker Team Colleague
linux 107 Posting Shark
John A 1,896 Vampirical Lurker Team Colleague
linux 107 Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.