create-react-app-buildpack icon indicating copy to clipboard operation
create-react-app-buildpack copied to clipboard

static.json and POST requests

Open astewes opened this issue 3 years ago • 0 comments

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?

astewes avatar Mar 23 '22 21:03 astewes