cookies
XML / XSL
4
Posts
2
Posters
0
Views
1
Watching
-
Most likely, Andy, you'll have to do the following in the programming language of your choice:
- Create the content for the login POST request.
- Stream the post request to the server over the applicable port.
- Read the response.
- Parse out the Set-Cookie lines from the HTTP response.
Here's the HTTP RFC[^] for reference.
"we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
Most likely, Andy, you'll have to do the following in the programming language of your choice:
- Create the content for the login POST request.
- Stream the post request to the server over the applicable port.
- Read the response.
- Parse out the Set-Cookie lines from the HTTP response.
Here's the HTTP RFC[^] for reference.
"we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
Thanks for your reply. is there any psudo code which i can follow in xsl or xml ? Cheers Andyy :)
This really isn't an XML or XSL problem.
"we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty