1.6.3.9
Added:
- $WINHTTP_OPTION_SERVER_CERT_CONTEXT to _WinHttpQueryOption
- _WinHttpSimpleFormFill sets @Extended to returned HTTP status code on success
- New delimiter ":" for credentials in _WinHttpSimpleFormFill
- Option to return array of read data and headers for _WinHttpSimpleFormFill by using "[RETURN_ARRAY]" moniker as last argument
- "text/plain" enctype to _WinHttpSimpleFormFill
- HTML decoding algo for action URLs in forms
Fixed:
- Form fields names were treated as case insensitive
- Pattern for internal __WinHttpAttribVal() improved to match at word boundary to avoid false match for similary named attributes (type <> formenctype)