Windows Rest Server using SSL

Everything else that doesn't fall into one of the other PB categories.
swhite
Enthusiast
Enthusiast
Posts: 727
Joined: Thu May 21, 2009 6:56 pm

Windows Rest Server using SSL

Post by swhite »

Hi

I need to create a server that can handle REST requests over https. Would you recommend doing this using libcurl or Chilkat's Purebasic module? Are their other ways this can be done?

Thanks,
Simon
Simon White
dCipher Computing
swhite
Enthusiast
Enthusiast
Posts: 727
Joined: Thu May 21, 2009 6:56 pm

Solved: Windows Rest Server using SSL

Post by swhite »

Hi

Since I could not use Chilkat because it requires Unicode mode but the ISAPI extension requires ASCII mode I decided to solve this problem by using the ISAPI extension developed by Freak. The web server handles the SSL and the ISAPI extension does the rest.

Simon
Simon White
dCipher Computing
Post Reply