Zintinio/Codequiz/master/application_server/.htaccess - Htaccess File

Zintinio/Codequiz/master/application_server/.htaccess

Header set Access-Control-Allow-Origin "http://web.njit.edu/~arm32/ http://localhost:8000 http://web.njit.edu/~arm32"
Header set Access-Control-Allow-Methods: "GET, POST, PUT, PATH, DELETE"
Header set Access-Control-Allow-Credentials: "true"
Header set Content-Type "application/json; charset=utf-8"

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT

Comments

Apache