HTTP Client Symfony Error HTML - Open in browser has gone?
When i'm developing for symfony and using the http client to test requests, if there is an error symfony in dev mode produces a whole html page to describe the error. I am currently using php storm 2020.3.3 as it's the latest version i have fully paid for.
In previous versions the http client had a button that would allow me to open the html error in the browser, but it seems to have vanished? I now have to copy the html from the console and paste it into a scratch html file, and then the browser button pops up.
Is this a setting i'm missing, or has this feature just been removed?
Please sign in to leave a comment.
I don't recall there being an option to open the error (?) in the browser.
There's "View as HTML" toggle though, perhaps that would help:
That’s not what I mean, that gives you raw html , symfony errors show on a styled page that you can’t view in the console.
There definitely was a browser button before that opened the console html in the browser, I used to use it all the time . Now I have to copy it to a scratch file , then the little popup shows with the browser buttons but it’s just irritating
Got it!
Previously requests history was displayed directly below the http request. Now you can access it differently. There you can view the result as html page. I've recorded a video to illustate how to: https://i.gyazo.com/ea17059acf9b79c9e349d8166ca785d9.mp4