(also provided Traditional Chinese version document README-CH.md.)
A simple frontend browser for testing whether backend services have CORS enabled.
- Packages: npm v10.8.1
Modify the API
variable in the code to the endpoint you want to test.
npm install -g http-server
http-server -p 8080
The service will run on localhost:8000
.