Welcome Guest, Not a member yet? Register   Sign In
Special characters in REST requests
#1

[eluser]murphy2006[/eluser]
Hello,

I am developing an API using Codeigniter and Phil´s RESTserver.
The using should be able to use special characters like ÅÄÖ in their POST requests but they can´t.

If I submit a string like this the Form Validator says that lastname is empty but not firstname.

Code:
firstname=Andrew&lastname;=Åsberger

I am using this content type header:

Code:
application/x-www-form-urlencoded

How can I allow special characters in POST requests?

Thankful for all help!




Theme © iAndrew 2016 - Forum software by © MyBB