baymax1908
Results
3
comments of
baymax1908
I can get the data by postman. By python, seems it didn't parse the result correctly.
Fixed this issue by changing the getVersion() function to old version. public function getVersion() { if (!$this->userRole['perm_auth']) { throw new MethodNotAllowedException('This action requires API access.'); } $versionArray = $this->Server->checkMISPVersion(); $this->set('response',...
found the same