The function is to sending a form to UnionPay Server, it needs users to click the button.
But I want to omit it,using redirect with POST instead.
Cat I implement it?
This is not a tornado issue; it's a general HTTP question. You'll have better luck on stack overflow. (The short answer is that redirects are always GET but you may be able to use javascript instead)
The function is to sending a form to UnionPay Server, it needs users to click the button. But I want to omit it,using redirect with POST instead. Cat I implement it?