An Idea: Re-test
I'm just wondering. We have all request body in log. We can make over there a button like "re-test"? . Because i think we need usually, if there is a problem, we want to check after to solve that problem. this can speed up the work.
What do you think?
We have all request body in log
that is usually not the case.
What exactly should the re-test button do? Reload the page?
Reload the page?
No. Maybe "Re-test" is not the right word. it could be "Re-run". Actually, I wanna check with that if there is a problem with same request datas and if i'm thinking that the problem solved, i wanna see "the problem is really solve or not?" with same request body.
Here is the event; We take request body with cookies from the debug log or whatever we need, we can send curl or however we do, and resultly the debug has been already run at background when we send a request.
Interesting idea but we need full request/response abstractions in order to achieve it.
Actually, i thought we have allready. Headers, $_POST,$_GET,Cookies. we have whatever we need. i might try to do that.
I think it is a great feature for web developer.