HTTP_Request through SSO?

HTTP_Request through SSO?

am 16.11.2005 18:48:15 von James Pittman

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

Re: HTTP_Request through SSO?

am 16.11.2005 20:48:20 von David Dorward

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
Home is where the ~/.bashrc is