Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Reading encrypted pages with REBOL??? Re:(2)

From: petr:krenzelok:trz:cz at: 28-Sep-2000 18:27

----- Original Message ----- From: <[doug--vos--eds--com]> To: <[list--rebol--com]> Sent: Thursday, September 28, 2000 5:02 PM Subject: [REBOL] Reading encrypted pages with REBOL??? Re:
> 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).
IIRC the reason is size of SSL protocol - several times of size of Core :-) Maybe /Serve will solve it for you ... -pekr-