ActiveCollab API / issue-token返回警告“会话ID太长”

时间:2017-08-11 10:23:38

标签: php activecollab

我们曾经通过向/ api / v1 / issue-token发送POST来向MacOS上的Paw发出toke,但它停止使用最新的更新之一:

2017/08/11 12:08:27 [error] 29434#0: *111415 FastCGI sent in stderr: "PHP message: PHP Warning:  session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /..../.../.../activecollab/5.13.60/angie/classes/application/AngieApplication.class.php on line 326" while reading response header from upstream, client: x.x.x.x, server: xx.xx.xx, request: "POST /api/v1/issue-token HTTP/1.1", upstream: "fastcgi://unix:/opt/php/7.0.8-pdo/var/run/php-fpm.sock:", host: "xx.xx.xx"

请求包含用户名,密码,client_name和client_vendor作为JSON数据。

原始响应如下:

HTTP/1.1 200 OK
Server: nginx
Date: Fri, 11 Aug 2017 10:08:27 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 68
Connection: close
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Angie-ApplicationVersion: 5.13.60
X-Frame-Options: SAMEORIGIN


Warning: session_start(): The session id is too long or contains il

这里有什么问题吗?

0 个答案:

没有答案