I got the rest of the library working fully, just trying to generate api keys and its throwing a 403 forbidden when executed via ajax.
({\"status\":false,\"err
This sounds like it might be a browser issue. Maybe an incorrect implementation of PUT in the XMLHttpRequest stack.
I would try converting it quickly to POST just to see if it works. It might be better off leaving it as POST anyway just for compatibility purposes.