We have a PHP application running on Apache and want to log all API requests (GET + parameters) made to third party websites. e.g. an API call to an SMS provider.
I have found out how to log GET requests made to our server but not requests made to third party servers.