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?
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?