8 Apr
2013
8 Apr
'13
5:44 p.m.
On Apr 7, 2013, at 3:23 PM, Jonathan Jacobs <jonathan+twisted@jsphere.com> wrote:
The body producer may not be restartable, which means you need to buffer a copy of the body in case it needs to be replayed. With 100 Continue support you might be able to work around that but then you need to be communicating with a server that supports that feature.
One more thought on this that I just found--the auth-int variant of digest authentication appears to require the MD5 hash of the request body, if I'm reading it correctly. Thus, you'd need to know the hash while generating the Authorization header.