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

All requests to proxy are http://[object Object]:undefined #16

@dougludlow

Description

@dougludlow

I installed the global-tunnel npm module and initialized the proxy as instructed in the docs:

var globalTunnel = require('global-tunnel');

globalTunnel.initialize({
  host: '127.0.0.1',
  port: 8888,
});

Requests are being routed to the proxy (Charles) just fine, however they all show up as http://[object Object]:undefined and are obviously failing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions