Switching From Https to Http Protocol in JSP Hi,
I am using https protocol in my web application.
Can anybody guide me, how can i switch from https to http, so that i use https only for my login (into my application) request , rest of the request are processed using http only.
thanks a lot in advance
SHYAM |