I'm developing a little mobile MIDP application which is supposed to
query a web app built using turbogears. The idea is to use the mobile
app to access something like http://<app url>/ and have it parse the
output (plain text should do it, the output is simple).

When using the regular desktop browser, the app loads fine but when I
go through the app, the output is This resource resides temporarily at
<a href='http://localhost:8080/'>http://localhost:8080/</a>.
Incidentally, that's exactly what happens when I try to use wget, for
instance: all I get is the HTML corresponding to the root of the app.
In both cases, thus, I get a 302.

Is this normal behavior? How then should I query the web server in
order to incorporate server data into the mobile app? Basically, this
is a grocery list which I want to able to download to mobile phones on
demand.

Thanks,

P.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to