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

Reply via email to