Hello All, Here comes the scenario trying to acheive but failed ..
1) URL of hosting application uses HTTP protocol 2) Wanted to use https for some requests through asynchronous process using RequestBuilder RequestBuilder builder =null; String actionUrl = "https://" + Util.getHost() + "/Details"; builder = new RequestBuilder(RequestBuilder.POST, URL.encode (actionUrl)); builder.setHeader( "Content-Type", "application/x-www-form- urlencoded" ); builder.sendRequest(data, new RequestCallback() { }); Above scenario is not working when url is using http , when i change to https then it works. Please can you give some suggestions to satisfy my requirement ether using requestbuilder or any other api in gwt. Requirement: User will be seeing http and using request builder need to send data thrgh https url. Thanks for any help. Sravan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
