|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HttpWebRequest & httpsHi all.
When using WebRequest.Create("https://...") Is the communication secured? Also, when using Msxml2.XMLHTTP.3.0 open method with https protocol in the url, is the communication secured? The second question is not dot net related, but if you know the answer, I'll appreciate it. Thanks. Sharon. Hello Sharon,
yes - you use SSL. --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > Hi all. > When using WebRequest.Create("https://...") > Is the communication secured? > Also, when using Msxml2.XMLHTTP.3.0 open method > with https protocol in the url, is the communication secured? > The second question is not dot net related, but if you > know the answer, I'll appreciate it. > Thanks. > Sharon. Thanks Dominick for your reply.
I'm still not sure about the usage of Msxml.XMLHTTP com component in asp pages, as i couldn't find any documentation that says it is secure. Are you sure that this component uses SSL when passed a URL with https? Sharon. Show quoteHide quote "Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com> wrote in message news:852029632616159795112097@news.microsoft.com... > Hello Sharon, > > yes - you use SSL. > > --------------------------------------- > Dominick Baier - DevelopMentor > http://www.leastprivilege.com > > > Hi all. > > When using WebRequest.Create("https://...") > > Is the communication secured? > > Also, when using Msxml2.XMLHTTP.3.0 open method > > with https protocol in the url, is the communication secured? > > The second question is not dot net related, but if you > > know the answer, I'll appreciate it. > > Thanks. > > Sharon. > > > Hello Sharon,
i am quite sure, they prolly use WinInet under the covers - easiest way to find out: install a network monitor (www.ethereal.com or MS Netmon) and have a look at the packets. HTTP looks very much different than HTTPS on the wire. --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > Thanks Dominick for your reply. > I'm still not sure about the usage of Msxml.XMLHTTP > com component in asp pages, as i couldn't find any documentation that > says > it is secure. > Are you sure that this component uses SSL when passed > a URL with https? > Sharon. > "Dominick Baier [DevelopMentor]" > <dbaier@pleasepleasenospamdevelop.com> wrote in message > news:852029632616159795112097@news.microsoft.com... > >> Hello Sharon, >> >> yes - you use SSL. >> >> --------------------------------------- >> Dominick Baier - DevelopMentor >> http://www.leastprivilege.com >>> Hi all. >>> When using WebRequest.Create("https://...") >>> Is the communication secured? >>> Also, when using Msxml2.XMLHTTP.3.0 open method >>> with https protocol in the url, is the communication secured? >>> The second question is not dot net related, but if you >>> know the answer, I'll appreciate it. >>> Thanks. >>> Sharon. You are absolutely right.
Installed Ethereal and the only communication, when activating msxml was SSLv3. Thanks a bunch. Sharon. Show quoteHide quote "Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com> wrote in message news:853672632616248608978800@news.microsoft.com... > Hello Sharon, > > i am quite sure, they prolly use WinInet under the covers - > > easiest way to find out: install a network monitor (www.ethereal.com or MS > Netmon) and have a look at the packets. HTTP looks very much different than > HTTPS on the wire. > > --------------------------------------- > Dominick Baier - DevelopMentor > http://www.leastprivilege.com > > > Thanks Dominick for your reply. > > I'm still not sure about the usage of Msxml.XMLHTTP > > com component in asp pages, as i couldn't find any documentation that > > says > > it is secure. > > Are you sure that this component uses SSL when passed > > a URL with https? > > Sharon. > > "Dominick Baier [DevelopMentor]" > > <dbaier@pleasepleasenospamdevelop.com> wrote in message > > news:852029632616159795112097@news.microsoft.com... > > > >> Hello Sharon, > >> > >> yes - you use SSL. > >> > >> --------------------------------------- > >> Dominick Baier - DevelopMentor > >> http://www.leastprivilege.com > >>> Hi all. > >>> When using WebRequest.Create("https://...") > >>> Is the communication secured? > >>> Also, when using Msxml2.XMLHTTP.3.0 open method > >>> with https protocol in the url, is the communication secured? > >>> The second question is not dot net related, but if you > >>> know the answer, I'll appreciate it. > >>> Thanks. > >>> Sharon. > > >
Possibtl to Create a Code Group Programmatically?
Single sign on in asp.net Signed XML Private Key X509 Certificate WSE 2.0 Issue\Errors IIS With Basic Authentication Set/FormsAuthentication - HELP PLS!? Certificate Valid Date Range Patterns for security LsaStorePrivateData and VB .Net Providing persistent storage in a locked down environment security warning with https How to protect *.mdb file from direct access by client |
|||||||||||||||||||||||