Make a POST request while redirecting in flask
I am working with flask.
I am in a situation where I need to redirect a post request to another url preserving the request method i.e. “POST” method. When I redirected a “GET” request to another url which accepts “GET” request method is fine.
Here is sample code with which I am trying the above..