I have a requirement where I have to POST a HTML form to some URL for redirection like eg what might happen in case of Credit Card Payments gateway or things like that. I mean I had to post form with hidden values and for security purposes I want to do that from server side instead of client side. Can I do that in NodeJS/Express and how?
Thanks.