Hi. I have a setContainer() call that I’ve been using in Swift for a long time now, prior to Otto. If I append /otto to the path and pass the Otto proxy token, I’m getting an error in the console (Xcode):
Message(code: “1708”, message: “Invalid content type (application/json). These are valid: multipart/form-data”)
My call uses multipart/form-data. If I remove /otto from the path and go back to a standard, non-proxy Data API token, the setContainer() call works fine.
Any thoughts as to why? If I do change multipart/form-data to something else say, image/jpeg, the error still says invalid content type application/json. It’s like it’s ignoring whatever was passed as the Content-Type.
This is only affecting setContainer(). All of my non-container calls work fine with Otto (4.6.2).