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.
- Host: GitHub
- URL: https://github.com/faithvoid/script.cortanawebserver
- Owner: faithvoid
- Created: 2025-06-22T13:57:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T12:10:35.000Z (12 months ago)
- Last Synced: 2025-06-26T12:35:45.972Z (12 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)