Intercept Alamofire HTTP Traffic
1 | 223
Logs full request and response details (headers, body, status) for network calls made via Alamofire's SessionDelegate. (iOS)
Logs full request and response details (headers, body, status) for network calls made via Alamofire's SessionDelegate. (iOS)
Fridalab Link: https://rossmarks.uk/blog/fridalab/
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only