Closed ctriroli closed 11 years ago
This comment can also be extended to a more general one: In which encoding does the API expect the request data to be sent?
This is normally part of the initial comments of a API documentation, as it is applies to all endpoints.
Parameter parsing rewritten and issue resolved. Any utf-8 or url encoded values will work now.
If I execute a query against endpoint auhtor and I have an id value with Umlaut, I receive an servererrorr 500. This happens wether I do an urlencode or not.
Wenn ich eine Abfrage gegen einen Autoren mit Umlaut im URI mache, bekomme ich immer einen 500er. Ich habe es sowohl mit, als auch ohne URL-Encoding versucht. Auch der API-Explorer liefert einen 500er - es liegt also nicht an meiner Entwicklung. Gibt es eine Möglichkeit Autoren, die einen Umlaut im Namen enthalten abzufragen, oder ist das noch nicht möglich? Es geht zum Beispiel weder Franz-Josef-Strauß noch Franz-Josef-Strau%C3%9F als ID-Parameter.