Created by: glennporter-examtime
...s the original one.
This pull request is to address a problem found when handling redirects. The HTTP method of the new request always defaults to GET unless the original one is HEAD; and headers and body of the original request are not included in the new one either.
There may be a better way of doing this but it works for me :)