DBDebugToolkit icon indicating copy to clipboard operation
DBDebugToolkit copied to clipboard

Broken Basic Authentication

Open glennposadas opened this issue 3 years ago • 1 comments

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.

glennposadas avatar Jan 05 '23 17:01 glennposadas

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

musamuss avatar Jun 02 '24 21:06 musamuss