Is it possible to redirect using a POST method ?
Or should redirects always be made using GET ?
The use for this is in the final steps of an order process for an e-commerce site, to send the data to the payment processor, without introducing an extra step for the user.