I'm having a weird issue with a restlet. I have setup my post function as postRecord and the get function as getRecord. In each function I have an audit log that respectively shows which function is being hit.
When I send a POST request to the restlet, the get function is logging the data. Can anyone help me figure out how that might be happening?
My connection is configured using oAuth 2.0, I'm not sure if that's part of the issue or not, but I know it's a newer feature so I thought it would be worth mentioning.