GET URL with cookies

Trevor DeVore lists at mangomultimedia.com
Thu Jul 10 12:26:30 EDT 2008


On Jul 10, 2008, at 12:23 PM, Bert Shuler wrote:

> I found http://www.charlesproxy.com/download_action.php?os=macosx
> the trial works well, and shows that cookies are not being sent with  
> my requests.
>
> put "Cookie: test=mytest;"
> put sCookieHeader into httpHeaders
> put URL "http://mysite.com?uid=bert@mysite.com&password=mypass"
>
> seems like that should work, but it does not.

httpHeaders is a property so try:

set the httpHeaders to sCookieHeader

(assuming sCookieHeader has a value)

-- 
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Developer Resources: http://revolution.bluemangolearning.com



More information about the use-livecode mailing list