I need to redirect a user to an external site though a POST request.
The only option I figured out is to do it submit a form through JavaScript.
Any id
Just set HTML form's action URL to the particular external site.
Here's an SSCCE, just copy'n'paste'n'run it:
SO question 2604530
You'll see that Stackoverflow has good CSRF protection ;)