Hi, I have a question in regards to statement aggregation and alternative request syntax
All xAPI requests issued MUST be POST.
This requirement includes more IRLs from StatementResult responses?
Example:
POST https://lrs.adlnet.gov/xapi/statements/more/ca717872ff5d526bfdd1f9af67e68590?method=GET
with body
Content-Type=application%2Fjson&Authorization=Basic%20dG9tOjEyMzQ%3D&X-Experience-API-Version=1.0.2
would be a valid xAPI request?
(currently returns 405, method not allowed)
Hi, I have a question in regards to statement aggregation and alternative request syntax
This requirement includes
moreIRLs from StatementResult responses?Example:
POST https://lrs.adlnet.gov/xapi/statements/more/ca717872ff5d526bfdd1f9af67e68590?method=GETwith body
would be a valid xAPI request?
(currently returns
405, method not allowed)