"<...>Page too large to send back"

"<...>Page too large to send back" SearchSearch
Author Message
Anonymous
 
Posted on Monday, August 16, 2004 - 12:29 pm:   

I'm developing a J2ME application which has to communicate over HTTP (on a Nokia series 40 phone which uses a WAP stack).

From the phone, I make a HTTP POST request to a server which than sends a large message to the phone (more than 100k) but from the gateway all that I get is a message of the form"<...>Page is too large to send back."

I have read that I can specify in the request that I make from the phone that I want to be able to receive a larger message. How can this be done?

(I've lookled over HTTP headers and have't found anything).

Please, help!
Thanks!