[REBOL] Getting SprintPCS Vision pictures
From: greggirwin::mindspring::com at: 6-Sep-2002 14:00
OK, so the whole PCS Vision thing is relatively new, but you guys are way
ahead of the curve, so I'll ask anyway.
Does anyone know how to get pictures sent from a SprintPCS Vision phone via
REBOL?
Here's the lowdown, which may be something standard you all know how to do,
but I'm not a web guy, so I don't.
What happens is that you get an email containing a link like this:
http://pictures.sprintpcs.com/share.jsp?invite=YELr4HJj25aqOhDo8kPa
Now, that page is a jsp, and the link to the actual picture on the page
points to something like this:
<img
src="http://pictures.sprintpcs.com:80/i/8844930_468.jpg;jsessionid=baa_ODq8w
3AnoD?machineid=1&border=2,255,255,255,1,0,0,0,0" !width="480" !height="360"
alt="" border="0">
At least that's what I think the relevant part is. So, is it possible to get
at the picture with something like that? If I try to just READ it, I get
Server response: HTTP/1.1 500 Internal Server Error
, which may be an issue
with an invalid session ID or something I suppose, but since this isn't my
area, I really don't know.
Any thoughts or ideas would be welcome.
Thanks!
--Gregg