Zotero 7 RC (Windows): Local Web API endpoints missing ("No endpoint found")
Hi,
I’m running Zotero 7.0.15 (64-bit) on Windows 11, with "Allow other applications on this computer to communicate with Zotero" checked in Preferences → Advanced.
The server is up on port 23119:
Visiting
http://localhost:23119/api/
in browser shows "Request not allowed" (as expected).
But
http://localhost:23119/api/v1/ping
and
/api/v1/import
return "No endpoint found".
curl -v http://localhost:23119/api/v1/ping gives:
"HTTP/1.0 404 Not Found
X-Zotero-Version: 7.0.15
X-Zotero-Connector-API-Version: 2
Content-Type: text/plain
No endpoint found"
Is there another setting I need, or is this a known problem in 7.0.15 for Windows? Thanks for any help!
Best regards,
Marcello Bilancioni
I’m running Zotero 7.0.15 (64-bit) on Windows 11, with "Allow other applications on this computer to communicate with Zotero" checked in Preferences → Advanced.
The server is up on port 23119:
Visiting
http://localhost:23119/api/
in browser shows "Request not allowed" (as expected).
But
http://localhost:23119/api/v1/ping
and
/api/v1/import
return "No endpoint found".
curl -v http://localhost:23119/api/v1/ping gives:
"HTTP/1.0 404 Not Found
X-Zotero-Version: 7.0.15
X-Zotero-Connector-API-Version: 2
Content-Type: text/plain
No endpoint found"
Is there another setting I need, or is this a known problem in 7.0.15 for Windows? Thanks for any help!
Best regards,
Marcello Bilancioni
https://github.com/zotero/zotero/blob/27648bd73ad739e454b657b4e5e4ae8a818756d9/chrome/content/zotero/xpcom/server/server_localAPI.js#L28