You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in this situation: i have a main application for static content www.hostname.nl and a dynamic application webshop.hostname.nl. Both applications are on separate servers and both are different Symfony applications.
When I'm developing the toolbar is shown from www.hostname.nl. It shows the ajax calls from webshop.hostname.nl, but the profiler url in the overview is linked to www.hostname.nl as the url does not contain the hostname and scheme. This means I have to click the link and have to modify the hostname myself to see the profiler data.
I find it weird the ajax requests do not fill in the full profiler url as the profiler does send a header with the full url.