LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   redirect http request to https with "post method" (https://www.linuxquestions.org/questions/linux-general-1/redirect-http-request-to-https-with-post-method-588550/)

FMH 10-01-2007 02:16 AM

redirect http request to https with "post method"
 
Hi all
I has tried alot for redirection some http requests to https requests. I used mod_rewrite in apache and UrlRewiter Fiter ,... but all of them use "get method" while redirecting http request to https request. But I want use "post method" while redirecting because in our application we did'nt accept request which uses "get method". so I get the following error while redirection:


HTTP Status 405 - HTTP method GET is not supported by this URL

--------------------------------------------------------------------------------

type Status report

message HTTP method GET is not supported by this URL

description The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this URL).



Please help me to redirect http request to https with "post method".
Best Regards


All times are GMT -5. The time now is 10:45 AM.