Question
De Lage Landen Financial Services
US
Last activity: 11 Feb 2016 21:40 EST
How to pass JSON payload as request for Connect-REST if we have to use GET method?
We are connecting to REST Services which accept JSON payload as request. Previously we have been able to implement this without any issues using POST method. However, now the hosting system has updated the services to use GET method only.
How can we pass JSON payload as request if we are using GET as method? The Connect-REST form does not provide option for mapping request from JSON payload for GET method.