Skip to content

simon-dk/cors-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORS test

Run

npm install
npm start

Test

The start script will run a client and a server.

The client is available at http://localhost:8080 and the server at http://localhost:3001.

From the client you can make a request to the server (choose localhost in the dropdown), or write a custom url.

You can append headers to the request to see how this affects the response.

While the server and client is running, you can alter the CORS headers in src/server/index.js and see how this affects the responses.

Fetch Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published