Hi I need some help with base authentification while a ajax get/post request to a python baseHTTPserver.
I was able to change some lines of code in the python scrip
The error is raised because you don't have a do_OPTIONS method on your HTTPHandler. It will handle OPTIONS requests. I suspect you're going to have further problems, but that's a good start ;)
do_OPTIONS
HTTPHandler
OPTIONS