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
Hello Diego.
Can you help me with this?. I'm working with WAB 2.8 DevEdt and I need do a POST from another web non-gis app to the wab app, thank you very much in advance.