Developing a swift application and trying to perform GET request call using URLSession where in I need to pack domain and credentials as part of Kerberos authentication to get the response data.
NSAuthenticationMethodNegotiate seems to be allotted to handle both NTLM and Kerberos but couldn't properly implement Kerberos with this. Can anyone help me in handling this request. Thanks.