Hi Bruce,

I'm currently using pylons+mod_wsgi+apache2 for a project where I
needed something like what you're asking. It probably exists a lot of
ways for doing this begining with the use of the @https decorator
included in pylons. I'm using a derived version of this decorator
because I needed not to use https in debug mode, works well. With this
approach you're setting the security on the action instead of the
whole controller.

=)

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to