mjrgit / chrome-rest-client

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

Global parameter support? #268

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

While testing my REST API's I have to provide an authentication token as 
request Header X-Auth-Token. 

Every thime the token expires in the backend, I have to get a new token value 
and update all my previously saved requests' header values. 

It would be great if I could set a global parameter and refer to the value of 
this parameter in all my REST requests and whenever I change the value of this 
parameter globally, all my REST requests would be affected immediately. 

thanks for great work so far !

Original issue reported on code.google.com by e.gu...@gmail.com on 26 Aug 2014 at 7:15