RE: http url size on 7650
Hi,
The length of the URL depends on the 7650's sw version. At least in the latest sw version (4.39) the maximum URL length should be 256 characters, but I have not tested it. In the older sw versions (3.12 & 3.16) the limit is about that 100 characters as you have noticed. I assume you have used that older software version.
Would it be possible to redesign your server side or pack the URL somehow?
One possible solution is to use HTTP POST instead of HTTP GET. However HTTP POST has its own problems with software versions 3.12 and 3.16. See for example resolution: 15318 from the Forum Nokia knowledge base.
Best Regards,
JP / Forum Nokia
RE: http url size on 7650
Hello
That is tru that there is limit of lenght using http get method, but
http post enables to send more data to the server.