i want to open login page of my website with https only,not the comeplete website. after login authenication ( successful), website whoud again run on http.
We have an application using HttpWebRequest to post data to a remote server, over HTTPS (handled by an apache front-end).
I have the common problem of wanting to redirect requests for a certain restricted access directory from http to https, so that users\' login credentials are sent in a secure way.
I have a windows server behind a NAT, so in order to view any of the sites the server is running I have a hosts file setup to point to point back to the right internal IP.
On page SomePage.aspx, by JavaScript code (XMLHttpRequest) I call SecuredPage.aspx used next code: var httpRequest = GetXmlHttp();
I\'m trying to redirect a domain to another site, without changing the first URL (users should keep viewing http://www.myurl.org since the new URL would be https://wwws.enterprisedomain.com).
I have a preinstalled Glass开发者_开发问答fish domain, and I want to change the server certificate and private key of the https listener. How can I do that? Which file in config directory contains tha
I am using Firefox 3.6.10 (OS X Intel), and the browser collects new cookies, instead of expiring (\"deleting\") the old cookies.
I am using fancybox for signin/Register links on the top. The site was fully http and certainly client wants to enable ssl and by that https enabled. So here the fancybox ended up in problem.
(I see several questions related to my problem but none of the solutions work for me as I am encountering this problem in production, not during local development, and I\'ve already tried all of the p