Article Details
Id:17306
Product:finPOWER Connect
Type:NEW
Version:3.03.03
Opened:19/08/2020
Closed:15/09/2020
Released:01/10/2020
Job: J024866

Portals; Ability to send debug headers over HTTP as per HTML Widgets and Custom Web Services added

The Authentication page of the Portals form now has an option to "Include 'Debug' HTTP Headers".

If this is checked then any calls from Script code to finBL.DebugPrint will be appended as HTTP Headers in the response.

Each debug line will appear as a separate HTTP Header, e.g.:


Debug-1: This is line 1
Debug-2: This is line 2
Debug-3: This is line 1


This information can be viewed in Web Browsers using their built-in debugging tools. It can also be viewed from the Test Web Services form.

In Google Chrome, this can be viewed from Developer Tools (F12) by selecting the "Network" tab , locating the request to the Portal page and viewing the "Headers" sub-tab and the "Response Headers" section.