NetworkInterceptor icon indicating copy to clipboard operation
NetworkInterceptor copied to clipboard

Response interception

Open joshianant34 opened this issue 4 years ago • 2 comments

Can we get the responses of the outgoing calls also along with the request details [during simple network interception of the requests], cc : @depoon @StevenArmandLee

joshianant34 avatar Dec 06 '21 08:12 joshianant34

How to fetch/log the responses while intercepting the requests , I am seeing a way to log the responses during Request Redirection but not when we are just sniffing them

joshianant34 avatar Dec 06 '21 08:12 joshianant34

hi @joshianant34

If you want to intercept requests fired by the client application, feel free to use URLRequest.cURL. https://github.com/depoon/NetworkInterceptor/blob/master/NetworkInterceptor.podspec#L22

Otherwise, I welcome a pull request for the feature to understand your requirements better.

depoon avatar Mar 07 '23 08:03 depoon