我们在为activecollab API创建令牌时遇到问题。当我们尝试通过
请求https://[collaburl]/api/v1/issue-token?password=[password]&client_name=Testapp&client_vendor=Testcorp&username=[username@domain]
我们收到500错误,并且在调试日志中有以下一行:
NOTICE: Authorization failed for --username not set-- using issue_token. Reason: Authentication request data not valid.
我们在做什么错?