Authenticating with HTMLDocument

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • forcedfx
    New Member
    • Sep 2006
    • 2

    #1

    Authenticating with HTMLDocument

    I'm faced with a bit of a conundrum. I'm trying to post a form using the HTMLDocument object. I've got the form posting working prefectly, however, in order to retrieve the HTML page that contains the form element I need to authenticate wih the server.

    Using Internet Explorer or FireFox when retrieving the HTML page I am presented with the following authnetication box before I can access the page.


    Is there a way to authenticate with the server using the HTMLDocument? Or is the HTMLDocument object only able to use anonymous access? Right now I'm using the Inet control since I can set the Username and Password properties of it. However, I would prefer to not have to distribute the inet control in order to use it.
Working...