workfront-api
workfront-api copied to clipboard
Ability to use a proxy (request)
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.
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.