Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Http proxy support#163

Open
marksy-91 wants to merge 3 commits intojsoma:masterfrom
marksy-91:http-proxy-support
Open

Http proxy support#163
marksy-91 wants to merge 3 commits intojsoma:masterfrom
marksy-91:http-proxy-support

Conversation

@marksy-91
Copy link

Quick fix for node.js server using tabletop running behind a corporate proxy.
Providing the httpProxyUrl option will enable the node.js server to resolve the request through the proxy.

E.g.

Tabletop.init({
    key: "key",
    callback: function = (data, tabletop) => {console.log(data)},
    httpProxyUrl: "http://username:password@proxy:proxyport",
  });

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant