By default, if you want to redirect request with POST data, browser redirects it via GET with 302 redirect. This also drops all the POST data associated with the request. […]
The post Redirect request with POST data using .htaccess appeared first on Kalpesh Mehta.