shinypb / openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.
http://openkeyval.org
Other
136 stars 35 forks source link

urlencoded nulls are not settable #15

Open eadmund opened 13 years ago

eadmund commented 13 years ago

curl -d "data=%00" api.openkeyval.org/testing {"error":"missing_field","message":"Data must be sent as form data in the field 'data'","documentation_url":"http:\/\/openkeyval.org\/"}