Hi,

developing a facebook-app hosted on gae, i encounter the following kind of 
log-entry (app-name/ ip obscured):

1.2.3.4 - - [02/May/2011:00:14:10 -0700] "POST /myapp/name HTTP/1.1" 200 188 
"http://myapp.appspot.com/name.html?bla&auth_token=e79cca5370383a89deaeca05a8cc3e23";
 "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.12) Gecko/20101026 
Firefox/3.6.12,gzip(gfe)" "myapp.appspot.com" ms=22 cpu_ms=23 api_cpu_ms=0 
cpm_usd=0.000772

In the application i want to read the URL-Parameter "auth_token", but when i 
try to get i from the request, p.e:

_request.getQueryString()

_request.getRequestURL()

_request.getRequestURI()

_request.getAttributeNames()

_request.getParameterMap()

... it is not there! The content-InputStream of that request seems to be empty 
too. But in the log-entry i can see the parameter.

I know that URL-Parameters are used in GET-Requests and here i have a 
POST-Request - might that be the problem? But the parameter "auth_token" is 
logged, so i should be able to access it somehow ...

regards,

Stefan

-- 
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