I\'ve created a self-hosted WCF service with HTTPS/SSL, transport security and Basic authentication. For some reason, when I run the service in the browser it never asks for credentials. What\'s wrong
I\'m using [RequireHttps] in my MVC2 application, but in my testing machine the SSL url is different from the actual site url (it\'s a shared SSL enviroment).
I\'m writing a small program which will make a GET request to a server using HTTPS and the HttpWebRequest class. The server (obviously) has a server certificate. It also expects the client to provide
I\'ve been bashing my head off this one for a while now ... I am able to get and post to couchdb on my local machine but now I want to switch to using Cloudant which requires a connection over https.
I have a (HTTPS) login.php page which remains HTTPS (ie once user logged in goes to account dashboard). Now the problem is say the user whilst logged on to the secure dashboard clicks onto a non-sensi
My server certificate开发者_JS百科 expired a couple of days ago and my app (which communicates with the server over HTTPS) crashes now (unable to connect). It is a simple synchronous post https call.
I have the following scenario downloading a file form sever: I am trying to download many files from server over HTTP (but not SSL) in an ASP.NET page, but one of the files is not downloading; it re
I have an ASP.NET MVC 3 web application开发者_JAVA百科 using Forms Authentication. What are the basic steps I need to take to enable https for account logins? I\'m using IIS 7.5 on Windows Server 2008
I Have login page on my asp.net page and I need this page to open and appear like that old u开发者_开发问答rl (http://www.example.com/login.aspx)
I need to make a POST in JSON format to an HTTPS web page in a remote server and receive an answer in JSON format.