I'm looking for CDN which be able to set custom logging parameter.
This mean some parameters are ignored, but the parameters are logged.
<Client request>
http://example.com/response&some_param=logging
<CDN response (no origin request)>
http://example.com/response
<CDN logging>
time / date / ip / url / some_param=logging
I think Cloudfront is not possible this and another CDN too.
Please tell me which CDN to achieve this. Thanks,