-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Profiler, url turns out wrong #880
Comments
Recent Symfony versions are using an absolute URL in the header (to avoid having to resolve it manually in the AJAX panel of the toolbar when having AJAX requests to a separate server for instance). |
So what do you propose as a solution? have used way to much time already, and can not get it working? |
just wait until i fix it :) |
@Cisvhenriksen my comment was here to give the root cause of the issue to make it easier for @Haehnchen to fix it. I don't think you can have a workaround for it. |
@stof Perfect, sorry was confused :-) |
absolute urls added, but new |
When activating HTTP Profiler som settings, base url repeats itself and breaks when trying to open using profiler panel in phpStorm 2016.3.2
php version: 7.1.2
xDebug: 2.5.1
Symfony Plugin: v0.13.137
base url: http://127.0.0.1:8000
Using profiler panel and opening an event. url turns into this: http://127.0.0.1:8000/http://127.0.0.1:8000/_profiler/xxxxx
The text was updated successfully, but these errors were encountered: