zotero / translation-server

A Node.js-based server to run Zotero translators
Other
122 stars 52 forks source link

Can't use curl with web endpoint - get 'session' not provided or "Session not found" #31

Closed mvolz closed 6 years ago

mvolz commented 6 years ago

As of https://github.com/zotero/translation-server-v2/commit/1d944e69564ef099ae6eed1d9e9f4d212e77891a

I can't use the web endpoint with curl. I've tried

curl -d '{"url":"http://www.journals.cambridge.org/abstract_S0305004100013554","sessionid":"abc123"}' --header "Content-Type: application/json" localhost:1969/web

'session' not provided

curl -d '{"url"cambridge.org/abstract_S0305004100013554","session":"abc123"}' --header "Content-Type: application/json" localhost:1969/web

mvolz commented 6 years ago

Ah, I see it's changed.