Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response interception #26

Open
joshianant34 opened this issue Dec 6, 2021 · 2 comments
Open

Response interception #26

joshianant34 opened this issue Dec 6, 2021 · 2 comments

Comments

@joshianant34
Copy link

joshianant34 commented Dec 6, 2021

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
Copy link
Author

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

@depoon
Copy link
Owner

depoon commented Mar 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants