Closed
Description
Right now, we add the reporting at the begin of the plugin chain. This means we don't see the exact request as it was sent to the server, and we dont see whether a request is answered from cache or not, and we will miss redirects.
We could use a second plugin at the end of the chain, and correlate the requests to determine: request going to actual HTTP client (and thus to real server) / request leading to redirect / request served from cache.
See also https://github.com/php-http/HttplugBundle/pull/19/files#r49300763
Another thing is that we should identify which client was used, in the case where there is more than one client that reports requests. (follow up of #36)
Metadata
Metadata
Assignees
Labels
No labels