Page 1 of 1

Windows Rest Server using SSL

Posted: Thu Nov 09, 2017 9:57 pm
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

Solved: Windows Rest Server using SSL

Posted: Thu Nov 16, 2017 2:57 pm
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