Hello, I am try to use WKWebview to handle webpage load. But I have met an authorisation cycle.
Our website have more than one redirect(302).Just like PageA->PageB-PageC->PageA. The PageC need cookies of PageB'response.The cookies of PageB'response seems like right,I can see the right cookies of response. When PageB redirect to PageC the PageC's request header have no the cookie before.
I want to inject cookie, But The delegate of WKWebView can not handle 302 response, So I can not inject cookie in right way?