GET Object - Post data: special characters
I am using the Post data through the GET object to send variables to my webserver, and my problem is that special characters like æ, ø å, ö, ä etc is not displayed correctly on the server.
I have set the server to use iso-8859-1 encoding on request and responce. Still, these characters is retrieved as gibberish.
When using GET variables there is no problem, only when using POST data.
So what I wonder is, is there an error in the Get object's POST data function, or is it simply me doing something wrong on the server? I am pretty much out of ideas on what to do on the server if that's the case..
Perhaps someone try to send those letters to their webserver using POST data and see if it is working?