Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

https-proxy-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

https-proxy-server

Proxy server

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

https-proxy-server

A simple https proxy server

  • Let's you modify http user response

To Do

  • Modify https user response

Getting started

The project is a Node.js project, so getting up and running is as simple as installing the apps dependencies and starting up a local dev server.

In your projects directory (or equivalent), use git to clone the project:

$ git clone git@github.com:SEEK-Jobs/https-proxy-server.git

If you're not a fan of the terminal, check out GitHub Desktop.

Setting up the development environment

$ npm install
$ npm run setup

To run the app

$ npm start

Config Options

The project offers the following default config. To override these values create a config.json in your root folder, similar to sample-config.json from this project. The headersFolderLocation(mandatory) is relative to the root folder and the userResponseHeadersFile(mandatory) name of the headerfile in this folder. Sample file is in the headers folder of this project. Current defaults :

  • port: 7777
  • headersFolderLocation: ./headers
  • userResponseHeadersFile: userResponseHeaders.json
  • debug: false

FAQs

Package last updated on 21 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc