04.03.06
Arealis vs Series 40: And the winner is…
I’ve been working with the Arealis vs Nokia series 40 problem, which seems to be caused by the long URL required by Arealis. Tried to use HTTP POST method instead of GET, but Arealis didn’t seem to like that.. However, another solution was found: the request is forwarded through the VTS gateway server. HTTP POST method is used for this request, with the complete Arealis URL as data. The request to Arealis is then performed by the VTS gateway, and the results are streamed back to the client. This might seem complicated, but didn’t really require that many lines of code…
Have also done some cleaning-up in the code, and removed lots of (now) useless debug output…