I'm having an annoying issue with XML results + OAuth. I'm developing
a J2ME client, and all
the "big" XML requests, such as the last 20 updates, are being
truncated to about 34kb when
the right size is about 37kb. When I narrow down the results to 4, it
works.

I didn't have this problem when i was using the old http
authorization. Using OAuth, i checked
the raw https result, and it is being truncated at the server's reply,
the Content-Length
i receive has the truncated size of 34kb also.

I don't know if this is something related to OAuth or HTTPS...

Any ideas?

Thanks!

Reply via email to