I was thinking about implementing a cart in GWT, and I am looking at
the problem of mixing http: (for browsing, selecting, etc.) and https:
(for the final part of the sale). I can see a way out by having the
application run at a http:// URL, then redirecting the application to
a https:// URL to do the actual sale, and when this is done,
redirecting the application back to a http:// URL.

Is this the best (only?) way to do it? Am I missing something?
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to