pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.31k stars 184 forks source link

Wormholy with Alamofire SPM #136

Open PeHk opened 1 year ago

PeHk commented 1 year ago

I am using Alamofire latest package through Swift Package Manager -> on login request I am trying to catch redirects (status code 302).

Without Wormholy installed everything works as expected. After adding Wormholy to the project I am unable to catch redirects. Anyone have the same issue?

nalthenayan commented 3 months ago

I'm facing the same issue