This still didn't tell me how to add "NTLM" Authorization header.
The problem i am currently facing is :
I use normal httpwebrequest to send a request, I add credentials (my
email and password), then i watch the request using fiddler, the
negotiate authorization header is very veryyyy large. I am move on to
using restsharp , i use basichttpauthorization and the resulting
header is veryyyy smalllllllll, so i receive an unauthorized error.
So i need to know how to send a negotiate or NTLM header using
restsharp. Or if you know how to generate this header (encoding and
what to put in it) and i know already know how to add the header using
addparameter function.
Thanks for you help in advance :) .