http-server
http-server copied to clipboard
a simple zero-configuration command-line http server
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
In my package json, if I set the `homepage` like this: ``` homepage: "/path" ``` Is there any way to run `http-server` such that I can run the app from...
Adds an --isolate command line flag to enable Cross Origin Isolation headers that enable SharedArrayBuffer transfers and use of high precision timers. See https://web.dev/cross-origin-isolation-guide/ ##### Contributor checklist - [x] Provide...
**Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.** Occasional errors in GH Actions running the test suite. I suspect this port may...
In order to utilize some web features like SharedArrayBuffer via localhost, COOP & COEP headers have to be set. Add an --coop option to let people easily opt-in to them....
**Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.** 1. Start http-server with the -P parameter pointing to a backend server that is...
Is there a way to set CSP in a similar way to setting CORS, or more generically, is there a way to manually specify a batch of headers to send...
I tried with: http-server web -p 4001 -P --cors="Access-Control-Allow-Methods: GET,HEAD,OPTIONS,POST,PUT" but the header is not set appropriately I believe: access-control-allow-headers : Origin, X-Requested-With, Content-Type, Accept, Range, Access-Control-Allow-Methods: GET, HEAD, OPTIONS,...
Server is unable to send any requests. #### Environment Versions 1. OS Type = Ubuntu 20.04 1. Node version: `$ node --version` = v10.24.1 1. http-server version: `$ http-server --version`...
**Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.** Set up http-server as normal **What did you expect to happen?** Would like to...