An open API service indexing awesome lists of open source software.

https://github.com/faithvoid/script.cortanawebserver

HTTP hosting utility for XBMC4Xbox.
https://github.com/faithvoid/script.cortanawebserver

Last synced: 4 months ago
JSON representation

HTTP hosting utility for XBMC4Xbox.

Awesome Lists containing this project

README

          

# script.cortanaWebServer
Simple but flexible HTTP/HTTPS hosting utility for XBMC4Xbox.

## Working:
- HTTP support
- HTTPS support
- Basic username/password authentication
- Directory logging + downloading/streaming
- Connection logging
- Custom 403/404 redirect pages

## Not Planned:
- MySQL / PHP support (not possible)
- Upload Support(?) (would involve using a fork like BaseHTTPServerWithUpload)