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

[REBOL] Re: Getting SprintPCS Vision pictures

From: gchiu:compkarori at: 7-Sep-2002 12:25

Hi Gregg, I tried this... test: read/binary to-url http://pictures.sprintpcs.com:80/i/8844930_468.jpg;jsessionid=baaarmm6XXgeEH?machineid=2&border=2 ,255,255,255,1,0,0,0,0 after having first logged on using my browser. test2: load test view/new layout [ image test2 ] and that worked fine. If you want to get it from the Rebol console only, then I'm guessing you have to send the session cookie back to them. They send down two cookies. HTH -- Graham Chiu