Closed mvolz closed 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
Ah, I see it's changed.
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