Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@americanexpress/one-app-dev-proxy
Advanced tools
Proxy requests to remote servers locally while also allowing for an express middleware to be provided and applied to all requests
Proxy requests to remote servers locally while also allowing for an express middleware to be provided and applied to all requests.
Want to get paid for your contributions to one-app-dev-proxy
?
Send your resume to oneamex.careers@aexp.com
npm i @americanexpress/one-app-dev-proxy -D
Look at the different options
you can use under the API section.
import oneAppDevProxy from '@americanexpress/one-app-dev-proxy';
oneAppDevProxy({
useMiddleware: true,
pathToMiddleware: path.join(__dirname, '../../.dev/middleware'),
remotes: { api: 'https://api.com' },
});
Type: object
provide the options below to start the mock services.
Type: boolean
Default: false
provides the option of whether to apply provided middleware to one-app-dev-proxy
server.
Type: string
path to a file exporting an express middleware function by the HTTP_PROXY environment variable.
Type: object
Default: {}
Configuration object containing paths one-app-dev-proxy
should serve and where requests coming to those paths should be proxied to. Used if pathToMiddleware
is not provided.
Note: one-app-dev-proxy respects the HTTP_PROXY
/ http_proxy
, HTTPS_PROXY
/ https_proxy
,
and NO_PROXY
/ no_proxy
environment variables and will use those accordingly when making
requests to remotes provided in the remotes
option.
We welcome Your interest in the American Express Open Source Community on Github. Any Contributor to any Open Source Project managed by the American Express Open Source Community must accept and sign an Agreement indicating agreement to the terms below. Except for the rights granted in this Agreement to American Express and to recipients of software distributed by American Express, You reserve all right, title, and interest, if any, in and to Your Contributions. Please fill out the Agreement.
Please feel free to open pull requests and see CONTRIBUTING.md to learn how to get started contributing.
Any contributions made under this project will be governed by the Apache License 2.0.
This project adheres to the American Express Community Guidelines. By participating, you are expected to honor these guidelines.
FAQs
Proxy requests to remote servers locally while also allowing for an express middleware to be provided and applied to all requests
The npm package @americanexpress/one-app-dev-proxy receives a total of 10 weekly downloads. As such, @americanexpress/one-app-dev-proxy popularity was classified as not popular.
We found that @americanexpress/one-app-dev-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.