I tried running a web application that I wrote for Nokia Browsers (Webkit based). The browser supports CSS and JS, yet it seems I can get something as simple as a POST to work. If I use get in forms it works.
I wonder if others have faced similar issues and have found a work around for this? Googling does suggest that other developers have faced this issue, but I have yet to find a solution for this.
The error is:
Web: Page Not Found. Check Web Address
If I use GET in my forms it seems to work.