Open bobbingwide opened 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.
The function that uses the REQUEST_URI is bw_trace_determine_request(). The solution will have to save the original values at startup.
bw_trace_determine_request()
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.