check-face / checkface

Putting a face to a hash
https://checkface.facemorph.me
Other
25 stars 13 forks source link

Fix encoding #21

Closed cdilga closed 5 years ago

cdilga commented 5 years ago

Updates api endpoints to allow + and %20 to be both encoded to and allow encoded slashes to work. Slash configuration is due to a bug in WSGI.

Keeps legacy api endpoints, though moves the hash into a query parameter and switches the matching on the endpoints to string instead of path.

Fix #18