Originally posted by: ko3ak
Fails if there are items on the
page which are located on the other host.
How to overcome this?
Reply
Originally posted by: anna
a lot of information here :
Originally posted by: Chandra Sekhar
Is it possible to receive data in a multithreaded way.I mean when a connection is established to a remote server , the proxy server can receive data in a multithreaded way.
This will fast the HTTP data receive.Like in Download Accelarator .
Kindly let me know is it possible.
ReplyOriginally posted by: Woo-Hyun Kim
I am developing simple proxy server supporting HTTP & SOCKS version 4.
This was written with Borland C++Builder5 and tested on IE5 & MSN Messanger.
This can be worked as HTTP proxy or SOCKSv4 proxy.
But I have some problems.
This don't well work with some sites including macromedia's flash when working as SOCKSv4 proxy.
I'd like to be helped by your advice to solve them.
You can send to woorung@empal.com with your any advice.
I'll wait for you!!!
------------------------------------------------------------
SimpleProxy Installer : http://www.webrobot.org/databank/simpleproxyinstaller.exe
SimpleProxy Sources : http://www.webrobot.org/databank/simpleproxy.zip
------------------------------------------------------------
Reply
Originally posted by: Paul. E
The proxy program is indeed a very simple to understand and learn its working. Thanx
ReplyOriginally posted by: nutty
Hi!
That code is really a good stuff, but it has a number of mestries in it.
i am also writting the simple Proxy Server application, would some one plz inform me that how can i connect with the Server through proxy.
Because i reached upto i can connect my browser with my proxy and now i want to make connect proxy to that requested server.
IS some body has any idea that how it is possible , or is there any specific steps to perform this.
regards,
nutty
Originally posted by: Stone
http://www.gcd.org/sengoku/stone/
Reply
Originally posted by: Minhee Lee from kr
It just work at stream data... does not work in datagram packet... That's the reason why this program isn't work sometimes... What is your opinion???
ReplyOriginally posted by: Xgliao
If the hostname is a IP address,the function gethostbyaddr always return NULL in function ProxyToServer
ReplyOriginally posted by: Ben
I want to download file from HTTP&FTP Server through
Proxy(firewall)!How can I?