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

[REBOL] Re: Blogger/REBOL XML-RPC

From: chaz::innocent::com at: 19-Aug-2001 23:17

ok! I changed the line plant: make xmlrpc-server [host: "plant.blogger.com" port: 80 uri:"/api/RPC2"] to plant: make xmlrpc-server [host: <my ip address> port: 80 uri:""] I ran webserver.r in a different REBOL window and I got these headers POST HTTP/1.0 User-Agent: synerge REBOL/XML-RPC 0.3.0 Host: <my ip address> Content-Type: text/xml Content-Length: 328 Address: <my ip address> Still trying to figure out how to display those 328 characters. At 09:09 AM 8/19/01 -0500, you wrote: