Version History - HttpWatch 8.x

Version 8.0.8 - 02 Feb 2012

  • Improved: Flash and image files can now be exported from the Content tab even if they have an invalid format
  • Fixed: Binary content that is incorrectly labeled as text/* by the server no longer corrupts HAR files by inserting invalid characters into the Text element. In a HAR 1.2 files content like this is exported in base64 encoded format
  • Fixed: Binary content was only included in HAR files if the version was explicitly set to version 1.2 with the ExportHAREx method. Base64 encoding of binary content is now used by default with the ExportHAR method and the 'Export HAR...' menu item

Version 8.0.7 - 30 Jan 2012

  • Fixed: An access violation could occur when right clicking on an empty part of the main request grid

Version 8.0.6 - 30 Jan 2012

  • New: Supports Mozilla Firefox 10
  • New: Supports Windows 7 Taskbar Previews
  • New: Uses new style of File dialogs on Windows 7
  • New: ID value unique identifies each recorded HTTP request
  • New: Connection ID value shows which request used which TCP connection
  • New: Supports HAR version 1.2 file import and export
  • New: Comments can be added to requests and pages
  • Improved: Performance has been improved in several areas including updates to the main grid display and stepping through requests
  • New: Fields for CSV export can now be chosen by clicking on a button in the Export dialog
  • New: Named cookies, POST values, query string arguments and headers can now be added as columns in the main request grid
  • New: Almost any data item in HttpWatch can be quickly added as a request grid column using the context menu
  • New: Automation interface has been updated for new data items such as Connection ID and Comments
  • New: NextPageComment property on the Plugin object specifies the comment that should be added to the next page recorded by HttpWatch. This provides an easy way to annotate pages while running an automated test script.
  • Changed: Automation interface has backwards binary compatibility with version 7.x but not version 6.x
  • Fixed: IsLoadingPageEx doesn't return false for at least httpIdle seconds after the last call to GotoURL