Hi, I'm looking for a more secure way to send data than using a POST. So, I've been looking into BLAZEDS which seems to be a good option.
The issue I have is the client site is HTTP and not HTTPS/SSL. So, I cant really retrieve a user name & password from the server to then authenticate with. So I guess the next best thing is getting a session or token from the server and then passing it back to a servlet which at least authenticates the request is coming from the app.. Any suggestions on a more secure approach appreciated. cheers, Matt

