WKWebView not detecting URL is different
问题 I have 3 URL's I open within my app using a WKWebView . These URL's are used to trigger an SSO into another product, using a cookie set by my app on login. They look as follows shop https://identity.domain.io/auth/some/params/protocol/saml/clients/sso?RelayState=shop_page profile https://identity.domain.io/auth/some/params/protocol/saml/clients/sso?RelayState=profile_page home https://identity.domain.io/auth/some/params/protocol/saml/clients/sso When I open any tabs, the view loads correctly.