Tuesday, March 24, 2015

Submit HTML form using content editor webpart

This is a nice article about custom HTML forms in CWEP

http://sadomovalex.blogspot.co.uk/2011/01/submit-html-form-using-content-editor.html

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...