This looks like a bug. Apparently, AllowAutoRedirect does not work properly with POST requests. We will fix this and send you a link to a hotfix soon.
Thanks for bringing this issue to our attention!
As a temporary workaround, you might handle the redirect yourself based on response.StatusCode
and response.Headers("Location")
.
Update: I hotfix is now available. I have sent a link to your e-mail address.