jeremys/Simple-Rest-Client-Chrome-Extension

Which are the main differences between using Interceptor and not using it?

bitliner opened this issue · 0 comments

For what I read, if you use Interceptor it is going to enrich the request with the cookie read in the browser.

This does not happen if you do not use Interceptor.

Are there other differences between using Interceptor and not using it?