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

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
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------