First for one of my visitors wish...I am going to start from step 13 .I will describe the previous step later. Step 13 : gssapi-data generation . It is the most crucial part of LYNC developement. It gives me lot of pain. I will describe it easily...for some reason I cann't give you the code. I will go to the process in straight forward way.. First take the challenge data that is gssapidata: from second 401 unauthorize response then decode it in Base64 .As you know there are three type in NTLM .... They are >> Type1: This message contains the host name and the NT domain name of the client. Type2: This message contains the server's NTLM challenge Type3: This message contains the username, host name, NT domain name, and the two "responses". You already understand what are the we need.This is Type2 from server as challenge and Type3 which you will send.For more detail about type see the link >>> ALL about NTLM TYPE Please don't see...
Network programming and scalable micro-services in Azure