Uploader response r.value.body seems incomplete
Because of the multi-part form encoding issue I posted earlier, I haven't seen enough variation to determine if this is the case, but it seems that r.value.body is not the complete response sent from the server that I see in wireshark. In my case, the response is actually a full HTML error page because of the encoding problem. What I see in r.value.body is just a fragment of that data (missing content at the beginning and end). Are other people using this value with success? When it eventually works, I'll be expecting a JSON response from my service.
by
5 Replies