 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jason Guest
|
Posted: Wed Feb 22, 2006 10:03 pm Post subject: Indy10 - idHTTP cant get it to work? |
|
|
** Reposted with different subject as I was getting no response from other post **
Firstly my environment:
- Delphi 6 Enterprise
- Indy 10.0.52
- WinXP Home
To the problem. Some time ago I had some problem getting an Indy
idHTTP component to navigate through a NTLM proxy server. But,
after much persaverance, I solved the issue.
Now, I've recently updated a section of this code and my app now
wont work?
To be specific I have a TidHTTP component in a datamodule. In the
datamodule, I have all of the following in my "uses" clause:
- idAuthentication
- IdHeaderList
- IdAuthenticationSSPI
I have my HTTPOptions in the idHTTP component set to
hoinProcessAuth.
I load the idHTTP.ProxyParams ProxyPort & ProxyServer settings
with the location of same, and BasicAuthentication is
set to false.
Now when I try and connect to any external URL going through the
proxy server I get a 407 response code and feedback from my proxy
server saying Authentication failure.
I'm sure I've got everything, can anyone point out what I've
missed??
Many thanks,
Jason. |
|
| Back to top |
|
 |
Guillem Guest
|
Posted: Thu Feb 23, 2006 11:03 am Post subject: Re: Indy10 - idHTTP cant get it to work? |
|
|
Jason wrote:
| Quote: |
** Reposted with different subject as I was getting no response from
other post **
Firstly my environment:
- Delphi 6 Enterprise
- Indy 10.0.52
- WinXP Home
To the problem. Some time ago I had some problem getting an Indy
idHTTP component to navigate through a NTLM proxy server. But,
after much persaverance, I solved the issue.
Now, I've recently updated a section of this code and my app now
wont work?
To be specific I have a TidHTTP component in a datamodule. In the
datamodule, I have all of the following in my "uses" clause:
- idAuthentication
- IdHeaderList
- IdAuthenticationSSPI
I have my HTTPOptions in the idHTTP component set to
hoinProcessAuth.
I load the idHTTP.ProxyParams ProxyPort & ProxyServer settings
with the location of same, and BasicAuthentication is
set to false.
Now when I try and connect to any external URL going through the
proxy server I get a 407 response code and feedback from my proxy
server saying Authentication failure.
I'm sure I've got everything, can anyone point out what I've
missed??
Many thanks,
Jason.
|
not that I have played yet with idHttp but did you try to upload to the
last dev snapshot? IIRC it is 10.1.5 now
http://www.indyproject.org/Sockets/Download/DevSnapshot.en.html
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project: http://docs.indyproject.org
--
In order to contact me remove the -nospam |
|
| Back to top |
|
 |
Brian Cryer Guest
|
Posted: Thu Feb 23, 2006 4:03 pm Post subject: Re: Indy10 - idHTTP cant get it to work? |
|
|
"Jason" <jason (AT) noreplies (DOT) com> wrote in message
news:43fcd889$1 (AT) newsgroups (DOT) borland.com...
<snip>
| Quote: | To the problem. Some time ago I had some problem getting an Indy
idHTTP component to navigate through a NTLM proxy server. But,
after much persaverance, I solved the issue.
Now, I've recently updated a section of this code and my app now
wont work?
|
If it worked before your code update and doesn't work now (i.e. after your
code update) then its logical to assume that its your code update which
broke it.
I would suggest reverting to what used to work and then re-apply your
changes until you see what you did that broke it.
Sorry if this sounds harsh.
--
Brian Cryer
www.cryer.co.uk/brian |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|