Have you enabled secure for the ga/ga.html file?

http://code.google.com/appengine/docs/python/tools/configuration.html#Secure_URLs



On 06/04/2009, Doug <doug...@gmail.com> 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=page1 in iframe or directly
>  in a browser it is redirected to http://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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to