Autoit Winhttp Versions Save

Automatically exported from code.google.com/p/autoit-winhttp

1.6.4.1

6 years ago

Fixed:

  • __WinHttpNormalizeForm might scramble form rendering it invalid
  • Undeclared variables

1.6.4.0

7 years ago

Added:

  • __WinHttpHTML5FormAttribs() internal function to allow HTML5 input attributes ("formaction", "formenctype", "formmethod")
  • _WinHttpSimpleFormFill_SetUploadCallback function
  • Support for input type "image" for _WinHttpSimpleFormFill

Fixed:

  • URL encoding for parameters when needed for _WinHttpSimpleFormFill
  • Regexp pattern in internal __WinHttpAttribVal for better matching

1.6.3.9

8 years ago

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)

1.6.3.8

9 years ago

Added:

  • Magic string to ignore certificate errors for https connection for _WinHttpSimpleFormFill()
  • gzip and deflate decompression flags for supported systems
  • Code to access non-RFC compliant web resource
  • HTTPS vs HTTP scheme detection algo for URI input

Changed:

  • Default add-flag for additional headers in form filling function
  • Internal file reading algo for uploaded files to accommodate for possible future file reading changes in AutoIt
  • Default user-agent string