Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Changes to the HTTP_Services module:
    • Update the AddSubProperty, AddSubResourceObject, and AddSubResource services to escape the property name to avoid problems with properties containing dots.
    • Update the SetRequestHeaderFields service to support OECGI 4.0.2 and the new ""” AdditionalValues value of * by checking first to see if “HTTP_” is a prefix for the name before stripping it away.
    • Fix bug in CreateLogFile service so that the HTTPAdditionalValues section properly identifies HTTP_ prefixed names before stripping the prefix out.
    • Add the GetAPIVersion service.
    • Update the UpdateWebAPIs service to better manage multiple resource IDs in the URL so that that the actual resource is properly identified. This resolves the problem when attempting to create or update the API routine it was creating a bad procedure name.
    • Add the GetCookies and GetCookie services. These are wrappers around the GetHTTPCookie service and designed to be simpler to use for application use.
  • Changes to the HTTPClient_Services module:
    • Update the SendHTTPRequest service to support PowerShell scripts.
    • Replace the UseClientXMLHTTP argument with ClientToUse to allow for more than two client options.
    • Change method of encoding the body so special characters, like apostrophes, can be supported without creating unbalanced quotes.
    • Update the SendHTTPRequest to support binary downloads.
  • Changes to the NDW_HTTP_Framework_Setup_Events commuter:
    • Update the OLE_TRE_RESOURCES.OnSelChange event handler so that Resource IDs can create subordinate Resource IDs. This support the concept of the URL having more than one consecutive segment that are Resource IDs.
  • Changes to the Webaccounts_API module:
    • Added webaccounts.HEAD API. This appeared to be missing when all HEAD APIs were added.
  • Updated the SYSENV\SRP_HTTP_FRAMEWORK_RESOURCES and SYSENV\SRP_HTTP_FRAMEWORK_RESOURCES*FRAMEWORKS configuration rows so the webaccounts resource now includes GET/HEAD methods.
  • New API Module: Binary_API.
  • Changes to the Database_Services module:
    • Merged with other versions.

...