If I have an okhttp interceptor that updates the `...
# squarelibraries
c
If I have an okhttp interceptor that updates the
Date
header of a response, would that be visible in Charles proxy? No right? Like the interceptor and response modification happens once it crosses back over the network and back onto the device? I'm just trying to make sure that my interceptor is working as intended. 😅