Fiddler logging for Web Stations
To see Web Station requests to the Application Server in Fiddler logs:-
Open the Web Station’s
web.configfile. For example, for a Verification Web Station installed together with the Application Server, this file is located inC:\inetpub\wwwroot\FlexiCapture12\Verification. -
In the
ApplicationServerkey, replacelocalhostwith the name of the machine where the Application Server is installed. -
In the Web Station’s and Application Server’s
web.configfiles (located inC:\inetpub\wwwroot\FlexiCapture12\Server), add asystem.net\defaultProxysection containing the following code: - Launch Fiddler on the machine that is used to launch the Web Station.
/FlexiCapture12/Server/API/Soap requests.
Fiddler logging for desktop stations
To have the Fiddler log display requests sent from a desktop station to the Application Server:-
When connecting to the Application Server, specify the name of the machine where the Application Server is installed (specify the name in the Processing Server Properties dialog box). If it is installed on the same machine as the station, you can use
localhostinstead of the machine name. In this case, Fiddler cannot intercept requests, and no records about them are available in the Fiddler log.
- Launch Fiddler on the machine that is used to launch the desktop station.
/FlexiCapture12/Server/API/Soap requests are displayed in the Fiddler log.
Fiddler logging for server components
To have the Fiddler log display requests sent between server components (for example, from a Processing Station to the Application Server, or from an executor to the Application Server):- Launch the Processing Server using an account other than NetworkService. By default, the Processing Server is launched using the NetworkService system account, so Fiddler cannot intercept its requests.
- Launch the required Processing Station using an account other than NetworkService (for example, a user account that has administrator rights on the machine hosting the Processing Server). By default, Processing Stations are launched using the NetworkService system account, so Fiddler cannot intercept their requests.
- Launch Fiddler on the machine where the Processing Station is installed.
