Link to home
Start Free TrialLog in
Avatar of yronnen
yronnen

asked on

Delphi ActiveX control that supports challenge response authentication

Hello.

I'm writing a delphi activex component that sends http requests to IIS.
The IIS is configured to challenge response authentication only, and the activex keeps getting an access denied (401) error.

How can I configure the activeX to support chjallenge response?
ASKER CERTIFIED SOLUTION
Avatar of Lukasz Zielinski
Lukasz Zielinski
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yronnen
yronnen

ASKER

The thing is that I do NOT want to grant anonymous access on my IIS, since I need it to other parts of my application.
As I understood ActiveX is part of EXE, then Your problem is not ActiveX but assign apropriate permissions to users that might launch EXE containing Yours ActiveX
ziolko.
Avatar of yronnen

ASKER

No, my activex is a part of a web application: meaning, it's a part of an html page. It sends http requests since it supposes to retrieve some files and handle them in a special way.
in this situation ActiveX is running in WebBrowser's security context and IIS will always treat it like Guest account unless You type valid username & password (when chalange/response is enabled and IIS cannot recognize calling user then username/password window is shown).
ziolko.
yronnen:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.