Firefox plugin to convert POST request to GET?

firefox, firefox-addon

Solution

Here it is: https://addons.mozilla.org/en-US/firefox/addon/60/

When you install it in the top bar there will be a menu "Forms" click it you'll see a dropdown with multiple options go to "Convert Form Methods" and change accordingly

Problem

I heard there was a Firefox plugin called "POST-to-GET" but I can't seem to find it. It is supposed to intercept a POST request and convert it to a GET request with the parameters appended to the query string. Does anyone know of a plugin that does this?

Original source