Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | yes |
Symfony version | 4.1 |
In general my app does mostly GET requests, meaning i'm very used to navigate back to my app from the profiler using the clickable title:
When doing a POST request this is not possible anymore, and it's annoying because im used to it 😅 at this point i find myself always scanning the page for anything that links back to my app. But you can't and so you're stuck :) i now need to use browser navigation (which im not getting used to).
Can we improve this UX somehow... a 'replay as GET' link would do it IMHO.