workfront-api icon indicating copy to clipboard operation
workfront-api copied to clipboard

Ability to use a proxy (request)

Open nick-lgs opened this issue 5 years ago • 1 comments

We have built a custom integration for a customer but the resolved IP for the API URL keeps changing. Their firewall does not allow for hostnames (only IP addresses) to be whitelisted and therefore the calls are often being blocked. We would like to be able to specify a proxy server to use for calls to the Workfront API to be made via.

nick-lgs avatar Feb 18 '21 16:02 nick-lgs

Api constructor supports url option. You can specify both hostname and ip address there. If you add IP of your proxy server, Api will make calls through your proxy.

bhovhannes avatar Jun 16 '21 10:06 bhovhannes