I am building a palm program which has to connect to a secure server and download a .prc file. The server is a windows server with IIS. The file is not a data file. It is a PRC file. The file is in a folder in the C:\inetpub\wwwroot\\myprogram.prc
Here is the request sent by palm to IIS server: "GET /ierm.exe HTTP/1.0\r\nHost: 192.168.0.147\r\nUser-Agent: PalmMyApp/1.0 OPE/1.0\r\nAccept: */*\r\n\r\n" This is able to download the file from a regular server(HTTP) which is not secure i.e. using HTTP protocol with URI. The same is not working with a secure server(HTTPS). I get a 'file not found' error. I'd appreciate any pointers in this regard. Thanks in advance for your help Sara -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
