Hello. I have a problem I have been unable to solve. I have been trying to switch from cgi to fast-cgi, or nginx using php-fpm, but even though the php compile is using the same settings and same ini with slight alterations to fit the backend of each, api requests only work with CGI. Whenever I use fast-cgi or php-fpm, requests to api gives "Invalid Request". phpinfo shows the same extensions loaded with the same settings. Is there any spesific requirements of the API that I might be missing? Thanks in advance if anyone has some input
There is nothing specific. You have "Invalid Request" for both fast-cgi and php-fpm? You just go to http://domain.com/xenforo/api/ and got it? Or is it some other URL?