View Single Post
  #3 (permalink)  
Old 10-05-2008, 10:32 PM
priyanka.dandekar priyanka.dandekar is offline
Member
 
Join Date: Oct 2008
Posts: 45
priyanka.dandekar is on a distinguished road
There's nothing different from a development point of view. Just make sure you don't hardcode the protocol anywhere (which would be bad practice anyway).

If you need to check whether a request was made using HTTP or HTTPS, you can use the HttpServletRequest.isSecure() method.
__________________
Cheers,

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote