[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SV: http_url_post



Hi,
 
take a look in src libhttp/qrpglesrc.readme.
You will find the requirements for ssl support.
 
Best regards,
Magne Kofoed

________________________________

Fra: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx på vegne av Bing@xxxxxxxxxx
Sendt: on 01.02.2012 12:22
Til: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
Emne: http_url_post



Hi,
I have a problem with http_url_post.

When I use http url, it works good.
rc = http_url_post(
           'http://wwwcie.ups.com/webservices/Ship'
                  : %addr(postData) + 2
                  : %len(postData)
                  : filename
                  : HTTP_TIMEOUT
                  : HTTP_USERAGENT
                   );

But when I use https, I get error  "Only the http protocol is available".
rc = http_url_post(
           'https://onlinetools.ups.com/webservices/Ship'
                  : %addr(postData) + 2
                  : %len(postData)
                  : filename
                  : HTTP_TIMEOUT
                  : HTTP_USERAGENT
                   );

Does anybody know why?

Best regards
Yang Bing Chang


<<winmail.dat>>

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------