Hello,
I am trying to do a query to a secure service using a proxy from an app created with WAB Dev edition 2.1. The url I am getting from the query is too long. 2072 Characters. For some reason, the request from the proxy is made via GET instead of using POST. When I do my test in service end point and I use POST for my test, everything works fine. But when my application makes the query through the proxy, i can see from chrome dev tool that the request is been made using GET and not POST.
My question is, how can I force my app to do the query request via proxy using POST and not GET
Thanks for your help,
Diego LLamas