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

Re: http_url_post



Hello,

When you compiled HTTPAPI, it asked this question:

  "Would you like to build HTTPAPI with SSL support?"

You answered this with N=No.  To solve this, you need to call the 
INSTALL program provided with HTTPAPI, and this time answer Y=Yes.



On 2/1/2012 5:22 AM, Bing@xxxxxxxxxx wrote:
>     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
> -----------------------------------------------------------------------

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