Build a light proxy server in Visual C++

G

Giulia Smith

Anyone knows how to build (or a tutorial online) to build a small
proxy server by myself. I need only to point it from a browser and
print in a mxgbox the URL requested and loaded.

Thank you.
Giulia
 
P

Phlip

Giulia said:
Anyone knows how to build (or a tutorial online) to build a small
proxy server by myself. I need only to point it from a browser and
print in a mxgbox the URL requested and loaded.

You have a problem, and you have presumed that writing a light proxy server
will help solve it. There must be many ways to fix the actual problem.

A proxy server for only one port and stream is absurdly simple. You can get
that using a scripting language, such as Python or Ruby, and a little
tinkering with connect() and select().

And there are many tiny proxy servers, available thru sites like
http://sf.net or http://freshmeat.net , that will probably print or log the
name of the target URL.

I don't know why you need it in a "message box". Can't you just read it in a
log?

Technical questions get the best answers on the narrowest possible
newsgroup. This one discusses raw C++, which knows almost nothing about HTTP
and sockets.
 
G

Giulia Smith

Phlip
I just asked for a tiny proxy code. "Raw c++" as you talk about it
sounds empty. For pure look you seems require Stroustrup or Mayer. But
I'm ground the heart: c++ was build for solve problems, and I've a
problem to be solved. Nothing else.

Tnx
GJS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,294
Messages
2,571,507
Members
48,193
Latest member
DannyRober

Latest Threads

Top