Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Support for HTTP proxiesΒ #363

@mfpierre

Description

@mfpierre

Do you want to request a feature or report a bug?

feature

What is the current behavior?

When the node app has to go through a proxy to have HTTP access, raven-node can't access sentry to report anything.
With current implementation, it seems there's currently no way to configure a http proxy for the library.

What is the expected behavior?

There seems to be at least two options to have the library work behind a http proxy:

  1. Tweak the current http transport to support http proxies by adding some options (path part should include the full url and the host header set to the host you want to connect to (see here))
  2. Use the request library for http transport that has native support for HTTP_PROXY/HTTPS_PROXY/NO_PROXY variables

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions