gbv / nomisma-reconciliation

Proxy for the Nomisma OpenRefine Reconciliation API
MIT License
2 stars 0 forks source link

Rewrite GET requests to POST requests #1

Open stefandesu opened 5 years ago

stefandesu commented 5 years ago

Another issue with Nomisma reconciliation is that it requires POST requests for some reason. This causes API URLs in Cocoda not to work (see https://github.com/gbv/cocoda/issues/472). If we rewrite GET requests into POST requests, we could start using GET requests only in Cocoda and still have it work (because GET requests work with all other reconciliation providers that are currently available).

nichtich commented 5 years ago

Yes, Cocoda should only query via GET for reconciliation -- Jakob Voß via Android