The endpoint to get the json/list is not working anymore
As an example, I was able to do this: firefox -start-debugger-server 6000 curl http://localhost:6000/json/list
and the response was: {
"description": "", "devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:47361/devtools/page/0997ED7C70114FC28DE7FF5876BE2DD7", "faviconUrl": "https://demosite.appvance.net/assets/favicon-92e86d463e909754599d66730477622cd3dd0b9bff58c47c9c38bebceb8073e5.ico", "id": "0997ED7C70114FC28DE7FF5876BE2DD7", "title": "Appvance Demo Site", "type": "page", "url": "https://demosite.appvance.net/", "webSocketDebuggerUrl": "ws://localhost:47361/devtools/page/0997ED7C70114FC28DE7FF5876BE2DD7" }
but in new Firefox version 130.x.x.x is not working anymore. So, I need a way to get that info again.
As an example, I was able to do this:
firefox -start-debugger-server 6000
curl http://localhost:6000/json/list
and the response was:
{
"description": "",
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:47361/devtools/page/0997ED7C70114FC28DE7FF5876BE2DD7",
"faviconUrl": "https://demosite.appvance.net/assets/favicon-92e86d463e909754599d66730477622cd3dd0b9bff58c47c9c38bebceb8073e5.ico",
"id": "0997ED7C70114FC28DE7FF5876BE2DD7",
"title": "Appvance Demo Site",
"type": "page",
"url": "https://demosite.appvance.net/",
"webSocketDebuggerUrl": "ws://localhost:47361/devtools/page/0997ED7C70114FC28DE7FF5876BE2DD7"
}
but in new Firefox version 130.x.x.x is not working anymore. So, I need a way to get that info again.