Jeffrey Dever wrote:
No redirection does work in our favour. Not sure what to do about the authentication issue. It would be really lame to post a multi-megabyte file only to be challenged for authentication and have to resend. We can buffer small bodies, but not big ones. With stringBody and and parametersBody at least we know how big they are, and perhaps there could be some decision to buffer. The client really should do a HEAD before a POST so authentication is performed before large files are sent over the wire.
This is something that also appears in MultiPart posts. The implementation there actually resends data when necessary. If it is possible to avoid this using a preemptive HEAD request we should probably add that functionality there as well.

Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to