Question:
How do i use HHTPS in my project?
DLL Jedi
2006-02-09 23:33:45 UTC
Hi Guys, I';m implementing a project that requires HTTPS. Here's the infor : My Client program is a DLL that will send XML request over HTTP to the Server. I'm using VB .NET XMLHTTPRequest object here. Meanwhile a third party developer is accepting my request with Apache & Tomcat Server at the server side. Now i'm totally blind on how to implement HTTPS here, is there an XMLHTTSRequest object, please enlighten me on this, pardon me for my ignorance. thanks a lot guys.
Four answers:
anonymous
2006-02-09 23:53:15 UTC
Since HTTPS is supported natively by IE, you should only have to declare "https://www.someurl.com" in the URL parameter of your request.



HTTPS is simply encrypted HTTP over a different port. Otherwise the protocols are identical.
Scotty Doesnt Know
2006-02-10 01:12:32 UTC
melancholygiant is SORT OF correct. The protocol is the same, but you'll need to implement a certificate on IIS. Or at least generate a self-signed certificate that is trusted by all parties involved. Generally, due to low prices and the amount of work involved in creating a self-signed certificate, most developers will go for a third-party signed cert.



The link below will get you a cert good for https for one year, for $20.
cathell
2016-11-11 13:07:10 UTC
Whoa......i've got faith like I basically took a sprint LSD :P The Harmonica is a sprint harsh and your voice gets extraordinary interior the middle yet different then that its relatively sturdy MQ:i've got no longer recorded something yet I actual have worked on relatively some lyrics although in case you wanna hear them EDIT:ok that's for 2 songs a million that I actual have complete and one that i'm nevertheless engaged on I actual have gazed upon your golden face,your silky blond hair and your blue eyes I actual have considered your kindness to strangers,your selfless giving to persons greater unlucky then your self I actual have heard your track out of your heart that touches mine although you realize no longer who i'm and although we will not in any respect meet i'm hoping you come across in those words the comparable heat temperature that I actual have modern-day in you And the only that i'm engaged on because of the fact the day turns to nightfall the night famous person awakens to the pink and golden sundown which rapidly fades into 10,000 mournful faces Yeah i understand they suck :(
Brian
2006-02-09 23:39:37 UTC
Any way you could email me the file(s)/project(s) you're working with? If not, I understand. I can't really tell you without seing exactly what's being sent


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...