philosophia has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use LWP::Simple; my $document = get("http://http://www.perlmonks.org/"); print "Content-type: text/html\n\n"; print $document; exit;
#!/usr/bin/perl use LWP::Simple; my $document = get("http://localhost/Shibboleth.sso/GetAssertion?key=_ +8283db5f841dcf3914f777be6c3dc71b&ID=_229c80c9f6d300b607f0512a141f9882 +"); print "Content-type: application/samlassertion+xml\n\n"; print $document; exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: print saml/xml
by Anonymous Monk on May 28, 2009 at 01:35 UTC | |
by Anonymous Monk on May 29, 2009 at 04:04 UTC | |
|
Re: print saml/xml
by arc_of_descent (Hermit) on May 27, 2009 at 16:29 UTC |