Barry, I ran fiddler and fiddler throws a message saying "HTTP/1.1 Request was missing the required HOST error". The header says
CONNECT koolphoneapps.appspot.com:80 HTTP/1.1 Host: koolphoneapps.appspot.com:80 A similar request prior to this CONNECT www.google.com:80 HTTP/1.1 Host: www.google.com:80 works fine. The difference between the two is that fidder detects www.google.com as a valid address ( it looks like a link). koolphoneapps... is displayed as simple text. Any ideas. Thanks. On May 16, 5:03 am, Barry Hunter <[email protected]> wrote: > have you tried sniffing the actul comms using something like fiddler, > or wireshark? they could help you trace the issue. > > On 15/05/2009, Developer <[email protected]> wrote: > > > > > > > I've created a simple application that returns some characters. The > > application is hosted on > > > http://koolphoneapps.appspot.com, and accessible to public. > > > When I try to access the application from my SmartPhone simulator, I > > get no response. If I try to access locally > > (e.g.http://localhost:8080/koolphoneapps, > > when testing it on local google application engine) I've no problems. > > It works through the browser all the time. > > > In my SmartPhone application I use javax.microedition.io.Connector > > class to open a connection to the application and read the input > > stream. When the application (google app) is running locally, I get > > all the characters. However when I upload and test the same code > > throughhttp://koolphoneapps.appspot.com, I get no response. > > > What could be the problem? I ruled out internet connectivity issue > > since I can access other urls, likewww.google.comusing the same > > mechanism. i.e. create connection using > > javax.microedition.io.Connector and read input stream. > > > Thanks in advance. > > -- > Barry > > -www.nearby.org.uk-www.geograph.org.uk- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
