ZeitOnline / content-api

The ZEIT ONLINE content API
http://developer.zeit.de
Other
28 stars 3 forks source link

id-parameter with Umlaut does not work/id-Parameter bei Umlauten im Id-Value funktioniert nicht #12

Closed ctriroli closed 11 years ago

ctriroli commented 11 years ago

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.

spier commented 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.

cutoffthetop commented 11 years ago

Parameter parsing rewritten and issue resolved. Any utf-8 or url encoded values will work now.