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

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