Configuring a PAC file
If a proxy auto-config (PAC) file is required in order to reach the various domains in your site, configure the AppScan Presence as follows.
Before you begin
Procedure
-
In the root folder of the presence, locate
settings.json
and open it with a text editor. -
Set the PAC file URL (can be either HTTP or HTTPS):
For example, edit:
to//"PACFileUrl": "http://example.com/a.pac",
"PACFileUrl": http://example.com/sample.pac,
Important: For DAST scans, the starting URL must be reachable using the PAC file.Note: Configuring both a Private Site Server proxy and a PAC file is not supported. - If the Presence is running, terminate it (Ctrl + C) for the changes to take effect.
- Start the Presence or, if the Presence is running as a service, stop and start the service.