https://addons.mozilla.org/en-us/firefox/addon/restclient/ Using this browser extension we can test our restful services as well as web pages by proving some request headers. I am testing my application (java code) by providing cookie, this will be fast for debugging, no need enter values every time in browser. Just capture the request data from chrome developer console/ firebug once and hit the server with same data or modified one. it is easy & very helpful.