We're having a problem integrating our SIS tool with Canvas via PHP. Whenever our code sends a PUSH or PUT command via CURL through PHP to update an account, the command gets interpreted as a GET, and nothing changes.
Our instance of Canvas is hosted with Instructure, but the server which hosts our PHP scripts are on a domain without an SSL certificate. Could this have something to do with our issue? I've looked through the API documentation, but can't find anything that references this.
If anyone has any ideas, they would be greatly appreciated.
Thanks in advance.
Richard