I'm trying to run xAPI Test Suite for LRS and error I'm getting is this: "During LRS configuration validation: Error: Expected response status code to be 200 got 500" From detailed logs of requests I see, that request is sent with POST method to /xapi/statements without any parameters in query string while according to specification (https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#alt-request-syntax) it should include 'method' parameter in query string. [Example LRS _ Separate LRS.txt](https://github.com/adlnet/grail-issue-tracker/files/1054038/Example.LRS._.Separate.LRS.txt)