create-react-app-buildpack
create-react-app-buildpack copied to clipboard
static.json and POST requests
It's my understanding that create-react-app buildpack uses the heroku/static buildpack which in turn uses an nginx web server, and that nginx does not allow POST requests from static pages. Assuming this is the case, can static.json be modified to allow POST requests?