Hi,

When using a form with POST, the attributes are not send thru the URL but 
are within the message body of the request. 

If you would like your app to react to an URL of the 
type: /searchhandler?search_string=[search string]  you will need to code 
the get() method for the handler. If you access that URL from your browsers, 
it will send the request as a GET method.

Hope this helps!

Jose Montes de Oca

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9Wmk_8LPzUkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to