Compare commits
2 Commits
ccef2721f6
...
754d8ac0ef
| Author | SHA1 | Date | |
|---|---|---|---|
| 754d8ac0ef | |||
| a437e62263 |
@ -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/ldap/dev1/";
|
||||
string ldapUrl = "http://192.168.12.45/api/ldap/";
|
||||
string ldapUrlResult = "";
|
||||
|
||||
using (HttpClient httpClient = new HttpClient())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user