Skip to Content.
Sympa Menu

shibboleth-dev - RE: POST-Method

Subject: Shibboleth Developers

List archive

RE: POST-Method


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Nathan Dors'" <>
  • Cc: "'Stefan Brandl'" <>, <>
  • Subject: RE: POST-Method
  • Date: Wed, 2 Mar 2005 11:45:19 -0500
  • Organization: The Ohio State University

> Likewise, the pubcookie IIS filter doesn't handle POST and this
> hasn't been an issue for us either. And we use the filter for most
> of our web-based student and administrative services.

That's a good point, the IIS filter actually can't do this, because filters
can't read POST content very easily (if at all). Would have to be done with
some kind of weird remapping of the request to an extension resource that
would handle saving the data off.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page