Closed lukasniemeier-zalando closed 8 years ago
Do we want to integrate this into put-it-to-rest?
We have a chicken-egg-problem, because we both auto configurations (RestClientAutoConfiguration and LogbookAutoConfiguration) depend on each other then: The one needs the interceptor the other needs the body obfuscator.
We should also look at the content type before we do something like that. Or can we even look at the URL? Is this for token generation or verification?
Our current (Java) configuration looks like this
Do we want to integrate this into put-it-to-rest?