hmm, not sure if i understand u correctly: "make a POST request to 3rd party originating from my own server" .
u just need to make a http request to the target host with required params , i asume you do it from server with jdk, so no dom/js is required, that also means no refresh... hth On Mon, Jul 16, 2012 at 9:30 PM, Deepak Singh <[email protected]>wrote: > Does anyone of them allow form submission with POST method and get the > response without page refresh ? > > Thanks > Deepak > > > On Tue, Jul 17, 2012 at 12:44 AM, kim young ill <[email protected]>wrote: > >> you can have a look at apache http-client or if it's simple, just the >> built-in httpurlConnection of the jdk >> >> hth >> >> On Mon, Jul 16, 2012 at 7:28 PM, Deepak Singh >> <[email protected]>wrote: >> >>> >>> Hi All, >>> >>> I have a situation as follows, >>> >>> Environment: GWT 2.5 , GAE 1.7 >>> >>> I have to make a POST request to 3rd part server which in turn returns >>> XML. >>> I am doing this with RequestBuilder but it does not work and return >>> status code 0 and responseText as blank on firefox and fails with an error >>> because of browser same-origin-policy on IE. >>> >>> I understand that this is the browser SOP issue. >>> >>> So How do i overcome this situation ? >>> >>> I thought to make a RPC call to my own server and then connect with 3rd >>> party server but how it is possible to make a POST request to 3rd party >>> originating from my own server ? >>> >>> >>> Help appreciated. >>> >>> >>> >>> Thanks in advance >>> Deepak Singh >>> >>> -- >>> 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. >>> >> >> -- >> 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. >> > > > > -- > Deepak Singh > > -- > 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. > -- 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.
