orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Feature: Import Request from Network Panel #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
For now it is impossible to do it with chrome API. I don't think that the make 
it possible in future. It would be great feature. 

Original comment by jarro...@gmail.com on 27 Nov 2012 at 7:50