python - Webapp2 Redirect Method -


i trying redirect post request google app engine python handler url. problem seems method changed get. there way set post method when redirecting?

use 307 redirect. 307 not change method of redirect.

wikipedia: 307 temporary redirect (provides new url browser resubmit or post request)


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -