Hi:

I am trying to use POST HTTP method to populate a login form with details 
below and all fields get populated except the password field. I know this 
because when I render the html page i am trying to fill in responseBytes the 
password field is the only not populated.

I would appreciate any help on this. 

best regards.

This is the code I am using:

....

 
httpRequest.setPayload("lang=en&login=DEMO2vjKVT&password=vjKVT&action=login".getBytes());
 response = urlFetchService.fetch(httpRequest);
 final byte[] responseBytes = response.getContent();

....


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en.

Reply via email to