Compare commits
No commits in common. "754d8ac0efc7974ea909643bddd0c0f683b799e5" and "ccef2721f63fd84e6d0dd49362f90249940170cf" have entirely different histories.
754d8ac0ef
...
ccef2721f6
@ -90,7 +90,7 @@ namespace PSTW_CentralSystem.Controllers.API
|
||||
byte[] rsaData = rsaBase.Encrypt(Encoding.UTF8.GetBytes(jsonData), RSAEncryptionPadding.Pkcs1);
|
||||
string rsaDataBase64 = Convert.ToBase64String(rsaData);
|
||||
|
||||
string ldapUrl = "http://192.168.12.45/api/ldap/";
|
||||
string ldapUrl = "http://192.168.12.45/ldap/dev1/";
|
||||
string ldapUrlResult = "";
|
||||
|
||||
using (HttpClient httpClient = new HttpClient())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user