Thanks Barry! I didn't have that parameter in my app.yaml file. The default, never, behavior is exactly what is happing. I will update the parm!
Thanks, Doug On Apr 6, 4:13 am, Barry Hunter <[email protected]> wrote: > Have you enabled secure for the ga/ga.html file? > > http://code.google.com/appengine/docs/python/tools/configuration.html... > > On 06/04/2009, Doug <[email protected]> wrote: > > > > > > > Good Evening, > > > It appears that requests that I make to the secure URL are being > > redirected to the insecure address. I noticed this is my Google > > Analytics reports when trying to identify a way to track my GAE. To > > try and track my application I created a static html page and then > > load the page in an iframe in my application. When I call the iframe > > I am able to pass a parm to the trackPageview function, but the > > request is being redirected from the secure URL to the insecure URL > > and the parms are being dropped. For example, if I put > > https://myapp.appspot.com/ga/ga.html?track=page1in iframe or directly > > in a browser it is redirected tohttp://myapp.appspot.com/ga/ga.html. > > > Any ideas why this is happening? > > > Thanks, > > > Doug > > -- > 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 -~----------~----~----~----~------~----~------~--~---
