Handling POST requests for non-CGI resources
[prev]
[thread]
[next]
[Date index for 2005/04/19]
I'm writing a module that needs to allow static pages (resources) to
accept a POST method. The actual data that is POSTed is handled at the
authentication phase. Dynamic webpages work fine but static pages (html,
images, word, excel) handled by my authentication module end in Method
Not Allowed since the orginal request is a POST method. The
authentication returns OK but the down stream handlers figure out that
html cannot handle POST requests so it returns Method Not Allowed. Any
suggestions as to how I can accomplish this?
Thanks,
-Carlos
 |
Handling POST requests for non-CGI resources
cramirez 04:13 on 19 Apr 2005
|