HTTPClientFactory follows redirect after POST by reposting, instead of GET'ing new URL
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from truekonrads <None>: When a browser encounters a 30X redirect after POST, it issues a GET request to the new address. http client as generated by HTTPClientFactory however, continues to use POST. ---------- Type : defect Component: web Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3952