Using xmlHTTP object to retrieve SSL Page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Navarro

    Using xmlHTTP object to retrieve SSL Page

    Can anyone point me to example code for using the xmlHTTP object for
    retrieving an SSL page.

    Thanks!

    --Dave
  • Aaron Bertrand [MVP]

    #2
    Re: Using xmlHTTP object to retrieve SSL Page

    Have you tried swapping out an http:// URL for an https:// URL? If so, what
    happened?

    I can't imagine there is any different "code" for this; if anything needs to
    be different, it might be that - for security reasons - yoo need to use
    https:// to access the ASP page that fetches the remote page...


    "Dave Navarro" <dave@dave.dave > wrote in message
    news:MPG.19d0c7 bac2d721c998975 2@news-40.giganews.com ...[color=blue]
    > Can anyone point me to example code for using the xmlHTTP object for
    > retrieving an SSL page.
    >
    > Thanks!
    >
    > --Dave[/color]


    Comment

    Working...