Preface. I sometimes get the impression that when I ask questions in a certain way that they come across in an intended fashion. Please let it be known that I am not an expert and I am not in any way insinuating anything negative about anything I am about to discuss.
I have a need to issue a PUT verb to a web service using HTTPS. I'm having difficulty searching through the email archives for HTTPAPI support (how do you search through those archives anyway) and haven't found a solid PUT example yet. I did find an http_persist_req api that could be used but it seems there are a series of api's that I must use to properly implement http_persist_req. I can see the procedure definition in the HTTPAPI_H source file, and I'm not sure of the proper values to use for each parameter (some of them are overly obvious...peMethod = PUT, peURL = services URL).
Has anyone performed a PUT with HTTPS using http_persist_req?
I have a need to issue a PUT verb to a web service using HTTPS. I'm having difficulty searching through the email archives for HTTPAPI support (how do you search through those archives anyway) and haven't found a solid PUT example yet. I did find an http_persist_req api that could be used but it seems there are a series of api's that I must use to properly implement http_persist_req. I can see the procedure definition in the HTTPAPI_H source file, and I'm not sure of the proper values to use for each parameter (some of them are overly obvious...peMethod = PUT, peURL = services URL).
Has anyone performed a PUT with HTTPS using http_persist_req?




Comment