[python-win32] ISAPI Filter for authentication

2012-01-26 Thread Randy Syring
I'm trying to write what I hope is a simple ISAPI filter to require HTTP Auth for a current website but allow Google and other search engines access to the content. I'm aware of the basics for getting an ISAPI filter registered with IIS:

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Tim Roberts
Randy Syring wrote: I'm trying to write what I hope is a simple ISAPI filter to require HTTP Auth for a current website but allow Google and other search engines access to the content. I'm aware of the basics for getting an ISAPI filter registered with IIS: Please excuse me for the side

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Kris Hardy
Randy Syring wrote: I'm trying to write what I hope is a simple ISAPI filter to require HTTP Auth for a current website but allow Google and other search engines access to the content. I'm aware of the basics for getting an ISAPI filter registered with IIS: As an additional note from someone

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Randy Syring
On 01/26/2012 01:02 PM, Tim Roberts wrote: Please excuse me for the side trip, but I'm confused by your requirement. If you are willing to allow the general public to access your information via Google, then what's the point of the HTTP Auth? If you have some information that is public and

Re: [python-win32] Query related to Python

2012-01-26 Thread Jacob Kruger
What are you using to edit python in/with? For example, I use a text editor to create/edit python scripts/source code, so, yes, I can copy/paste quite easily, and from python interpreter in command line of windows, aside from other workarounds, I have occasionally used the alt + space bar