AltME: R3 Protocols

Messages

GrahamC
@Maxim, I can't see how you'd do this using successive reads since the http protocol doesn't preserve state.  and currently if you open a port, you lose access to the write dialect.

GrahamC
write http://www.rebol.com [ HEAD / ]
now returns the last modified date correctly
Added a 'headers keyword in the write dialect to return the headers
page: write http://curecode.org/rebol3/view-tickets.rsp [ headers GET / ]
page/spec/debug/headers will now contain the headers for the page returned, including the cookies
and page/data will contain the web page data
Rondon
Hi Folks, How can I  use the https using R3. I'm using the saphirion Core distribution. Any tips?
I was using Rebol Commnad before but now I'm receiving the error .
Command Error: SSL error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Rondon
I'm on Ubuntu linux 12.04 distro.

GrahamC
So, are you saying Rebol/command has stopped working?

Rondon
it hasn't stopped working, but https couldn't work on SSLv3
I saw your github with r3 protocols, do you have plans for https? I'm gonna try a workout using Curl from rebol.
to handle https
GrahamC
current versions of rebol3 from Saphir and Atronix have https
Rondon
ok.. I'll try this

Bo
I'm trying to run prot-pop3.r3, but I get an error:
make-scheme has no value
Is there something I need to run first?  I'm running the latest dev release from Atronix for ARM.
Bo
What I'm trying to do is access gmail email from R3.  It looks like SSL has to be used to get email.  Has anyone tried downloading email from gmail with R3?
Josh
Bo, sys/make-scheme  ?

Bo
Thanks for the suggestion, Josh!  I downloaded Graham's prot-spop3.reb and Gabriele's fsm.r (which I renamed fsm2.r as I couldn't find an fsm2.r - it seemed to work without error).  It appears to be able to open two different POP3 mailboxes, but both of them show 0 messages even though I know they both have messages in them.
Josh

Bo
Josh, that's the one I tried.  Thanks!
Josh
I guess you'll have to check with Graham.  I believe he has said his protocols were completed

Last message posted 486 weeks ago.