Hi, Due to our backend implentation limitation, I need to convert POST request to GET in our proxy server running apache2.2. I read that mod_rewrite can't do it alone since POST variables are not accessible. I have looked at apache2:OST200 and doesn't understand how it can apply to solve my problem. Does anyone here have experience handling this kind of situation? Thanks in advance!
I think it will be hard to complete (if possible at all). You can write simple php script which will do that.