dbukowski / DBDebugToolkit

Set of easy to use debugging tools for iOS developers & QA engineers.
MIT License
1.26k stars 114 forks source link

Broken Basic Authentication #73

Open glennposadas opened 1 year ago

glennposadas commented 1 year ago

My project is kind of a legacy and uses a library called MKNetworkKit https://github.com/MugunthKumar/MKNetworkKit It uses NSURLConnection, and like in this ticket https://github.com/dbukowski/DBDebugToolkit/issues/68, swizzling with such library is causing the debug tool kit to fail to read the network calls.

Solution is to downgrade to any version below 0.9.0. However, a new issue will come up. And that is the broken basic authentication.

musamuss commented 3 months ago

solution https://github.com/dbukowski/DBDebugToolkit/pull/79