Hi all
I need to pass an IntegratedAuthrization username + password to a Rest api ( 2017 r3 )
1. Bolb(username + password , Encoding....)
2. Decoding64 ( blob)
3. httpcleint.SetReqeustHeader( "Authrization" , "Basic " + ( ....))
The system admin see my call but NO user name + passord .
Why ??
Thanks