Search found 2 matches

by ljohann
Sun Mar 04, 2007 2:45 pm
Forum: Internet
Topic: POST to HTTPS
Replies: 2
Views: 9963

Google calendar: Tennis with Beth

Hi,

Thanks a lot, Mark! Using curl does the trick. However, I would appreciate if this worked without an external shell command.

BTW, I have Rev 2.8.0 studio and the docs lack a hint to the missing HTTPS implementation as far as I can see. If anyone knows
an easy way to do this with sockets (and ...
by ljohann
Fri Mar 02, 2007 11:56 am
Forum: Internet
Topic: POST to HTTPS
Replies: 2
Views: 9963

POST to HTTPS

Hi,

I'm trying to access Google-Calendar with Revolution.

Using "post" does, however, seem not to work in combination with "https".
The code-snippet I use looks like this:
put URLEncode("Email=XXXXX@gmail.com&Passwd=XXXXXXX&source=FMDB-1&service=cl") into field "Output"
post field "Output" to ...