MSXML object, Sessions, and Cookies?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm at a beginner-level of programming, so please be kind.

We've got a VBScript that uses the MSXML object to pull HTML content from a
web server, assuming that the most complicated authentication is against AD
(which we're passing directly to the server with our query through the
object). The point is to do some custom content-scan tasks. So far, this
has been pretty basic stuff, and we're limited to sites/servers that aren't
asking for an authentication negotiation process.

Now, we're looking to get a bit more sophistocated with it. Specifically,
we're needing to handle sessions and cookies.

I'm wondering if anyone has tried using the MSXML object for this purpose,
and if there are any code examples (VBScript or otherwise) willing to be
shared.

Oh, and I did try searching for this through Google, Dogpile, and a host of
other search engines, but I keep coming up empty. Also, if this isn't the
most appropriate area for this question, please let me know.

Todd -DOT- Lynch -AT- chrobinson -DOT- com.

Thanks!
 
In Todd Lynch <Todd (e-mail address removed)> had this to say:

My reply is at the bottom of your sent message:
I'm at a beginner-level of programming, so please be kind.
<snip>

If your question isn't answered here then try the VB group...

Open OE > Tools > Accounts > Add > News > msnews.microsoft.com > follow the
wizard with a fake name and fake email address

Then let them load and find the microsoft.public.scripting.vbscript which is
a great place for a beginner to hang out and ask questions. It's easier than
the CDO interface that you're using and has the added benefits of being able
to be searched off-line. I don't visit there very often because it's too
complex for me. :)

Galen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Viewing session cookies in IE6 8
MSXML leaves out encoding when using .NET 5
Cookies 5
MSXML File 9
MBSA - msxml 2.6 SP3 and msxml 3.0 SP5 1
Session Cookies 1
MSXML 2.6 Service Pack 3 2
MSHTML and MSXML in VB6 11

Back
Top