How do I convert POST url to GET url?
Due to heavy server load, I am trying to bypass Rails framework and read the cached html file to render for a POST request (I know all the issues with it but it is really out of my hand).
I will like to read POST data, then pick few variables out of it and make a url path to read file from the disk.
How should I do that?