I see several discussions/messages about request to support POST requests to retrieve historical values for some years.
I face the situation where one of my security provider has an API but by POST and with a static data in the request to specify the JSON response content fields.
Any chance it will come in PP (with a way to set the request data) or it has been definitely decided to not support it?
Just to know if working on a local proxy is the only viable solution…
I post a sample API that is using only POST, in case a developer find some time to help(adding a check box to select POST instead of default GET, and enable a multi-line static entry to set the data to post).