This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Rohkem teavet

The endpoint to get the json/list is not working anymore

  • Vastuseid pole
  • 0 on selline probleem
more options

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.
Attached screenshots

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.