[#1201] getToken with Java or OpenEdge

Migrated from Redmine #1201 | Author: Günther Lagler
Status: New | Priority: Normal | Created: 2024-03-19


Hello,

any Idea, why I always get “Access denied” when trying to get the token? (login and API-Key is checked 100 times)

This is what I send:
{“jsonrpc”:“2.0”,“method”:“getToken”,“params”:[“aderlasskalender”,“xxx”],“id”:1}
and what I get:
{“error”:{“code”:-32600,“message”:“Access denied”,“data”:},“id”:“1”,“jsonrpc”:“2.0”}