tj / ejs

Embedded JavaScript templates for node
4.47k stars 513 forks source link

Passing data from one page to another using redirect. #248

Open fahdjamy opened 4 years ago

fahdjamy commented 4 years ago

Can't pass data from one page to another

Desired Behaviors:

I am on the page with URL http://localhost:3010/settings and I am making a POST request to back-end API URL http://localhost:3010/api/settings. When I use res.render my page's URL changes to http://localhost:3010/api/settings which I don't want, I want to stay on the same page but have updated data for my page with URL http://localhost:3010/settings