Edit Agent Configuration

If you plan to use Fiddler or another tool to monitor API calls from the TIBCO Scribe® Agent to the API you are trying to access, you must modify the Agent configuration file to show that traffic.

  1. Navigate to the folder where you installed the TIBCO Scribe® Agent. Typically the agent is installed in: ..\Program Files (x86)\Scribe Software\TIBCO Scribe® Online Agent\
  2. Locate the Scribe.Core.ProcessorService.exe.config file.
  3. Open this file in a text editor, such as NotePad.

    Make sure to run the text editor as Administrator or the changes to the file may not be saved.

  4. Scroll to the end of the file.
  5. Immediately before the last line:
     	</configuration>

    Add the following:

    	<system.net>
    		<defaultProxy enabled="true">
    			<proxy proxyaddress="http://127.0.0.1:8888" bypassonlocal="False"/>
    		</defaultProxy>
    	</system.net>

    It should look like this: 

  6. Save the changes to the file.
  7. Restart the Agent Service it to pick up the changes you made to the Scribe.Core.ProcessorService.exe.config file.

See Also

Fast Connector Framework (FCF)