Gobiraj wrote:
>We are using say UPS for freight calculation. I want to give the to and from
>zip code, weight and dimension to the UPS site. Then I would like to
>download the freight charges in to some local table/ascii file.
>My url will be https://www.ups.com/ups.app/iss.class. Is it possible to
>invoke this and enter the information directly into the URL.And get back the
>information needed
REBOL doesn't currently have https support. I think that
they are working on it (Holger?) but the task is not an
easy one, and the patent license fees are expensive for
/Core, as are the lawyers.
Try using an external program to do the https transaction
and then using REBOL on the data retrieved. Works for me.
Good luck!
Brian