Hi, when I am trying to make ajax get request to url /ad/ in my application I allways get exception no matter what. It is strange, because I can make normal and ajax request to all urls in my application (with 404 but it doesn't matter) but I can't do ajax GET request to "/ad/". Can any body help me with this ?
You can try in http://kiedynaurlop-konrad.appspot.com/ and make request like: $.get('/ad/', function(data){console.log(data)}) -- 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.
