[REBOL] Reading encrypted pages with REBOL??? Re:
From: doug:vos:eds at: 28-Sep-2000 11:02
No, we use https:// all the time for many EDS web sites
but No, rebol cannot use read on https:// or
you cannot use load/markup https://
Also, https:// can be used for all types of html data,
not just e-commerce credit-card entry forms.
However, you can use:
read or
load/markup http:// which is very useful for "re-purposing data"
Holger has commented on this before, and it sounds
like it will "be-a-while" before rebol/core has the
ability to read https:// (secure pages).