[google-appengine] Re: Detect HTTPS so we can charge?

2009-02-07 Thread Nash-t

Thanks!

On Feb 6, 7:23 pm, Alexander Kojevnikov alexan...@kojevnikov.com
wrote:
 On Feb 7, 6:56 am, Nash-t timna...@gmail.com wrote: It is great that App 
 Engine allowsHttpsconnections and from my
  limited experience it seems to work really well. Since we have such a
  small quota forhttpsconnections, I would like to be able to restrict
  those connections to certain users. Is there a way we can detect in
  our code if a user is logged in usinghttps?

 os.environ['HTTPS'] == 'on'
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Detect HTTPS so we can charge?

2009-02-06 Thread Alexander Kojevnikov

On Feb 7, 6:56 am, Nash-t timna...@gmail.com wrote:
 It is great that App Engine allows Https connections and from my
 limited experience it seems to work really well. Since we have such a
 small quota for https connections, I would like to be able to restrict
 those connections to certain users. Is there a way we can detect in
 our code if a user is logged in using https?

os.environ['HTTPS'] == 'on'
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---