Chrome's network panel allows to right-click on requests of the network panel
and to open them in a new tab. This is quite handy for GET requests in order to
inspect the (JSON) result directly in the browser window (with JSONView).
For POST/PUT/DELETE this doesn't work. Thus I thought it might be nice to have
the ability to right-click on a request in the network panel and open it with
the Advanced REST client for Chrome which could directly take over the HTTP
request headers/body.
I didn't yet verify whether such feature would be possible as I'm not sure how
far Chrome lets you integrate with the Developer Tools' functionality.
Original issue reported on code.google.com by juri.strumpflohner on 26 Nov 2012 at 9:06
Original issue reported on code.google.com by
juri.strumpflohner
on 26 Nov 2012 at 9:06