I'm not sure what you're asking, sorry.
Status 307 should tell the browser to use the same HTTP method again on the new location URL (so if POST /url1 yields Location /url2 with Status 307, the browser should do POST /url2).
If you want the redirections to be GET, do not use status 307.