Local web server

So I tried using the simple python server as suggested in today's tutorial.  It has a problem in that it only supports GET and not POST.  This means that the test harness runner will not run as it requires a post to get started.  Any other ideas on what I should be using for this?  I am not sure if this would be good enough to deal with cross origin scripting or not, but that is not where my focus is going to be for a while anyway.

Yes, I can debug a single test using this, but cannot run the entire suite.  I can just as easily debug a single test by changing the pointers to the test harness scripts and use a file url so this is not really an improvement.

(I am running on windows as my main platform.)

Jim

Received on Friday, 25 March 2016 17:28:19 UTC