Hi,
I am trying to connecto to an API that supports only POST method to generate the tokens via OAuth2.
After some testing and fiddling, I can see that FME Desktop (2022.2) sends first a GET request when trying to get the token. So this request is declined by the server and I cannot continue further.
Is there a way to enforce POST for the whole OAuth2 flow in Desktop/Server?