For Programmers: Free Programming Magazines  


Home > Archive > PERL Programming > November 2005 > HTTP_Request through SSO?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author HTTP_Request through SSO?
James Pittman

2005-11-16, 6:57 pm

Hi,
We have a web application (Docushare) that is protected by Siteminder
SSO.

I'd like to do an HTTP_Request on it. How do I have my script "log in"
through Siteminder so that it can do its HTTP_Request?

Jamie


David Dorward

2005-11-16, 6:57 pm

James Pittman wrote:

> We have a web application (Docushare) that is protected by Siteminder
> SSO.


Never heard of it...

> I'd like to do an HTTP_Request on it. How do I have my script "log in"
> through Siteminder so that it can do its HTTP_Request?


How does the log in work? Its likely to be one of:

* Basic authentication headers
* GET query data
* POST data
* Cookie data

The usual LWP based suspects let you specify all of those.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com