Skip to content

Utility website for testing frontend-backend communication. It tests making the request from the frontend using Fetch API as it would be used in the actual frontend. The difference from using something like Postman is that this will also check for CORS policy between your frontend and backend.

Notifications You must be signed in to change notification settings

KickSuch/cors_request_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORS Request Tester

Utility website for testing frontend-backend communication. It tests making the request from the frontend using Fetch API as it would be used in the actual frontend. The difference from using something like Postman is that this will also check for CORS policy between your frontend and backend.

Hosting

It is best to host it directly on the server that will be used as your frontend, but you can also test it with local hosting. Just be aware that opening your backend to localhost origin or a loopback address is dangerous. Use with caution.

About

Utility website for testing frontend-backend communication. It tests making the request from the frontend using Fetch API as it would be used in the actual frontend. The difference from using something like Postman is that this will also check for CORS policy between your frontend and backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published