Is it possible to send a 307 redirect header before receiving the full POST payload?
I've a website which has to redirect a POST request to a third level domain; everything work fine except the fact that when a large file is uploaded it takes nearly twice the time because the 307 is sent only after all POST data as been (uselessly) acquired by the website.
Thanks!