...
The get/post/cookie values, shown by the Debugger are taken directly from the $_GET, $_POST, $_COOKIE superglobal variables ignoring the fact, that In-Portal itself might have altered their values internally (e.g. decrypted cookies).
Solution
- remember position, in Debugger report, where web request data should be added
- later, during "\Debugger::printReport" method call also call "\Debugger::appendRequest", but make it inject data into the previously remembered position
Related Tasks
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|