Re: SChannel context & HTTPS requests
From: Alun Jones [MS MVP] (alun_at_texis.invalid)
Date: 03/29/04
- Next message: Walter Poupore [MS]: "RE: Yellow Exclamation in Certificate display?"
- Previous message: Alun Jones [MS MVP]: "Re: HTTP Version (1.0 vs 1.1) and HTTPS"
- In reply to: Matt Fausey: "SChannel context & HTTPS requests"
- Next in thread: Vishal Mishra: "Re: SChannel context & HTTPS requests"
- Reply: Vishal Mishra: "Re: SChannel context & HTTPS requests"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Mar 2004 19:33:34 GMT
In article <eUX9c.4694$yN6.2840@newsread2.news.atl.earthlink.net>, "Matt
Fausey" <fausey@earthlink.net> wrote:
>The Microsoft example in the Platform SDK samples shows how to
>establish the connection, send a single HTTP request, received the response,
>and close the connection. I would like to: 1) establish the connection,
>2) do several request/response round trips, and finally 3) close the
>connection.
>
>Is this possible?
Sure - make sure you're using persistent connections. RFC 2616 says that
this should be the default mode of operation in HTTP 1.1, but for HTTP 1.0,
you'll need to send the Connection: Keep-Alive header.
The samples are simple, because they are supposed to each illustrate a
particular part of the process, or technique. Very few samples are complete
apps in themselves.
Alun.
~~~~
[Please don't email posters, if a Usenet response is appropriate.]
-- Texas Imperial Software | Find us at http://www.wftpd.com or email 1602 Harvest Moon Place | alun@texis.com. Cedar Park TX 78613-1419 | WFTPD, WFTPD Pro are Windows FTP servers. Fax/Voice +1(512)258-9858 | Try our NEW client software, WFTPD Explorer.
- Next message: Walter Poupore [MS]: "RE: Yellow Exclamation in Certificate display?"
- Previous message: Alun Jones [MS MVP]: "Re: HTTP Version (1.0 vs 1.1) and HTTPS"
- In reply to: Matt Fausey: "SChannel context & HTTPS requests"
- Next in thread: Vishal Mishra: "Re: SChannel context & HTTPS requests"
- Reply: Vishal Mishra: "Re: SChannel context & HTTPS requests"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|