Click here to Skip to main content
15,895,606 members

Comments by Member 9826052 (Top 9 by date)

Member 9826052 6-Mar-14 1:34am View    
Thanks for the solution,It really helped.
Member 9826052 5-Mar-14 23:58pm View    
Thanks for your solution. I just what to know If i fill a value in HTML Page fields and press a submit button ,how the values are sent from the page to the web server? i inspected the page using firebug and i found my values under post tab like

Parametersapplication/x-www-form-urlencoded
queryString us
Source
queryString=us


which part of the request carries my page field values?

Sorry if am not clear again.

Member 9826052 5-Mar-14 23:29pm View    
How the values are actually sent during http request?
Member 9826052 15-Mar-13 0:31am View    
@SA once i send the username and password from webservice to java api, that java Api should open in the browser.
Member 9826052 14-Mar-13 3:43am View    
@SA yes it works out in an order. Is there any way i can achieve opening my Java api in my browser.