Skip to content

kochax/wp-rest-allow-all-cors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

WP-REST-Allow-All-CORS

The plugin will overide handle_preflight request, and will handle OPTIONS request.

Response headers are set to :

- Access-Control-Allow-Origin: \*"  
- Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE"
- Access-Control-Allow-Credentials: true"
- Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages