| View previous topic :: View next topic |
| Author |
Message |
neilhoward100@hotmail.com Guest
|
Posted: Wed Oct 26, 2005 4:01 pm Post subject: Delphi Proxy Server |
|
|
Can anyone help
I want to build a proxy server using Delphi that sits on one machine in
my network. Other users web browsers need to point to this machine to
get access to the internet. I need all users to have usernames and
password to attach to the proxy server and they will only have access
to certain websites depending on their username.
Can anyone point me in the right direction
|
|
| Back to top |
|
 |
Dodgy Guest
|
Posted: Wed Oct 26, 2005 5:20 pm Post subject: Re: Delphi Proxy Server |
|
|
On 26 Oct 2005 09:01:12 -0700, [email]neilhoward100 (AT) hotmail (DOT) com[/email] waffled on
about something:
| Quote: | Can anyone help
I want to build a proxy server using Delphi that sits on one machine in
my network. Other users web browsers need to point to this machine to
get access to the internet. I need all users to have usernames and
password to attach to the proxy server and they will only have access
to certain websites depending on their username.
Can anyone point me in the right direction
|
Which version of Delphi are you running? If it's one of the later one
you'll have the Indy internet components.
If it's an earlier one you can still download them from
www.nevrona.com
Then you can use the http server components to answer all the requests
from the client machines, and the http client component to go and get
the external data if/when you decide they are worthy.
Dodgy.
--
MUSHROOMS ARE THE OPIATE OF THE MOOSES
|
|
| Back to top |
|
 |
neilhoward100@hotmail.com Guest
|
Posted: Fri Oct 28, 2005 7:06 pm Post subject: Re: Delphi Proxy Server |
|
|
Cheers Dodgy
I'm on Delphi6 at the mo and have the Indy Tools. I have got an app
with Indy Server on and it's active and binding to 127.0.0.1:80. My
webbrowser is set to go through this proxy server. But I don't know
any methods to pass the information(web address) through. Can you help
out
cheers
Dodgy wrote:
| Quote: | On 26 Oct 2005 09:01:12 -0700, [email]neilhoward100 (AT) hotmail (DOT) com[/email] waffled on
about something:
Can anyone help
I want to build a proxy server using Delphi that sits on one machine in
my network. Other users web browsers need to point to this machine to
get access to the internet. I need all users to have usernames and
password to attach to the proxy server and they will only have access
to certain websites depending on their username.
Can anyone point me in the right direction
Which version of Delphi are you running? If it's one of the later one
you'll have the Indy internet components.
If it's an earlier one you can still download them from
www.nevrona.com
Then you can use the http server components to answer all the requests
from the client machines, and the http client component to go and get
the external data if/when you decide they are worthy.
Dodgy.
--
MUSHROOMS ARE THE OPIATE OF THE MOOSES
|
|
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sun Oct 30, 2005 8:41 pm Post subject: Re: Delphi Proxy Server |
|
|
Hoi Neil and Dodgy
FYI this newsgroup do not officially exist, that is why there is so few
posts and so few viewers here. The newsgroup you should use is
b.p.d.internet.winsock, and you need to post to the Borland news groups
server. Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>
|
|
| Back to top |
|
 |
|