I have been using Scott Klement's LIBHTTP with a web service. It's been working great.
Last week, the web service informed me they were changing the protocol from http to https. I changed my RPG program & could no longer post. I just found out why. This is in HTTPAPIR4:
So, can anyone here (maybe even Scott, if he's reading) tell me, is it really true that LIBHTTP doesn't support https?
If not, does anybody know of an alternative I can use?
TIA.
Ted
Last week, the web service informed me they were changing the protocol from http to https. I changed my RPG program & could no longer post. I just found out why. This is in HTTPAPIR4:
Code:
c if peService<>'http' c callp SetError(HTTP_BADURL:'Only the http ' + c 'protocol is available!') c return -1 c endif
If not, does anybody know of an alternative I can use?
TIA.
Ted




Comment