I have found the code that is called when a post is created or edited in the wp-admin. I have tried to make a cURL request from there, but it seems like it does not get called.
I dont get any error message, but my server it not reached. Is there anything that could prevent a curl call from being executed?
Or is there a helper function somewhere in the wp-admin code for making a http request, that I could use?