I am not sure but it seems you want to set a cookie?
In that case read the cookie page from netscape:
http://wp.netscape.com/newsref/std/cookie_spec.html
what you need to do in rev is to get the libURLLastHTTPHeaders() it
should contain a line similar to this:
Set-Cookie: NameOfCookie=Value; path=/; expires=Wednesday, 09-Nov-2006
23:12:40 GMT
You need to set the httpHeaders to this line in response to keep logged
in, showing that you have kept the cookie:
Cookie: NameOfCookie=Value
Beware: There are ways to have several cookies in the same request! So
you need to accommodate for that. Also if you get a Set-Cookie header
with a date before the current date, you should delete the cookie.
To pretend to be someone else, you need to to set the "User-Agent:"
header to something else using libURLSetCustomHTTPHeaders.
On Dec 19 2005, at 20:47, Dennis Brown wrote:
I have the url that I captured from my browser that displays my
personal info from a web site. This is a site that I logged into.
However, when I create a Rev app to put this url into a field, I get a
login page instead.
Can someone tell me how I can make the site think I am logged in with
my Rev app?
What is the magic incantation?
If I figure out how to have Rev "log in" to the site, will that work?
Or is there more to it than that?
I have two browsers running. As long as I have logged in at some time
in the past with one browser, I can quit and launch that browser and
it will still show me logged in as I don't specifically log out with
it.
Is there a way I can make Rev look like it is making a request, but
pretending to be my Safari or Firefox browser?
Thanks,
Dennis
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
--
official ChatRev page:
http://chatrev.bjoernke.com
Chat with other RunRev developers:
go stack URL "http://homepage.mac.com/bvg/chatrev1.3.rev"
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution