bobbingwide / oik-bwtrace

debug trace for WordPress
https://www.oik-plugins.com/oik-plugins/oik-bwtrace-debug-trace-for-wordpress/
GNU General Public License v2.0
6 stars 1 forks source link

daily trace summary report URI may not reflect the original REQUEST_URI #26

Open bobbingwide opened 8 years ago

bobbingwide commented 8 years ago

If you change the value of $_SERVER['REQUEST_URI'] during the processing of a transaction then this new value will appear in the daily trace summary report. This may or may not be a good thing.

Think about it and report back.

bobbingwide commented 4 years ago

The function that uses the REQUEST_URI is bw_trace_determine_request(). The solution will have to save the original values at startup.