Tried http post doesn't work

Posted by Rebol Tutorial on Stack Overflow See other posts from Stack Overflow or by Rebol Tutorial
Published on 2010-04-20T13:12:45Z Indexed on 2010/04/24 16:03 UTC
Read the original article Hit count: 194

Filed under:

I wanted to try the example here

http://www.codeconscious.com/rebol/rebol-net.html#HTTP

print read/custom http://babelfish.altavista.com/translate.dyn reduce ['POST {text=REBOL+Rules&lp=en_fr}]

Since the page has changed since I modified it to

write clipboard:// read/custom http://babelfish.altavista.com/translate.dyn reduce ['POST {trtext=hello+world&lp=en_fr&btnTrTxt=Translate}]

It does return an html page but it doesn't contain any translation. What did I miss thanks ?

© Stack Overflow or respective owner

Related posts about rebol