Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Mask Firebug Consol or hide..........

    Hi isomporphic,

    Isomorphic currently recommends that every SmartClient developer install either the Console2 or Firebug extensions for FireFox. "Console2" simply replaces the default FireFox JavaScript console with a more functional console; Firebug aims to be a true debugger. Both tools will typically load or identify the correct file and line number where a JS error occured.

    "My Question To Smartclient:"
    we use Firebug for debugging purpose, if application development consist' usage of webservice.then ,the "xmlHttprequest" and "xmlHttpResponse" of webservice i.e GET and POST Methods data are shown or Dispalyed in firebug console tab.

    can we hide the data(xmlHttpRequest/xmlHttpResponse) displayed in "firebug console" for security purpose.

    does this work or is there any other alternative way to hide console data.
    [CODE]
    javascript:isc.showConsole()
    javascript:isc.hideConsole()
    [CODE]

    #2
    Hi Varun,

    Sorry, but that's a dead end. There are many tools aside from Firebug which can display information being sent to and retrieved from the server. You shouldn't depend on keeping that data secret.

    Comment

    Working...
    X