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
Post a Comment