Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to use a proxy (request) #886

Open
nick-lgs opened this issue Feb 18, 2021 · 1 comment
Open

Ability to use a proxy (request) #886

nick-lgs opened this issue Feb 18, 2021 · 1 comment

Comments

@nick-lgs
Copy link

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.

@bhovhannes
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants