I'm trying to analyze an issue with a connector. Is there any way for me to see the raw request that leaves the connector?
An operation that I know works since I have successfully made it locally, and on dev environment doesn't work when I've moved it to prod. So I'm assuming the path, url, user/pass or some setting is wrong, but I do not know which ( the API doesn't follow REST standards so no idea there ) unless I could actually see the raw request being made. Any logs or anything I could do?