Skip to content

Conversation

@asnowfix
Copy link

This is something that is (was) missing from node-jira when trying to use *.atlassian.net from behind a corporate proxy.

@robertlevy
Copy link

I'd like this feature as well but it could be implemented much easier by simply tweaking the ctor:

this.request = require('request').defaults({proxy: proxy})

There's no need to set the option on a per-api basis since you're either going to want to send everything through the proxy or nothing through the proxy.

@asnowfix
Copy link
Author

asnowfix commented Jun 6, 2014

@robertlevy nice tip.

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

Successfully merging this pull request may close these issues.

2 participants