We need to double check that requests to a resource follow redirects that might be received.
We need to resubmit a POST request to a collection if we receive a redirect.
See #302. I got confused by the
3XX
response and mislabeled it as related to this issue.