• Stefy Lanza (nextime / spora )'s avatar
    Fix HTTP POST body parsing for web login · e9d62e2d
    Stefy Lanza (nextime / spora ) authored
    - Added --debug-web command line option for comprehensive web request debugging
    - Fixed HTTP request parsing to properly separate headers from POST body
    - Implemented Content-Length based body extraction for reliable form data parsing
    - Added extensive debug output for troubleshooting web requests
    - Updated configuration system to support debug_web flag
    
    The login form now correctly parses username/password from POST requests.
    e9d62e2d
web.c 35.6 KB