Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am actively using tRestClient to make web calls (GET/ POST) to the vendor. Recently, I have started receiving http 400 errors for a new endpoint that accepts POST data via query parameters.
All my data is encoded and set for POST.
Can anyone suggest a quick edit to the tRestClient component (TOS_ESB-20190620_1446-V7.2.1\Studio\plugins\org.talend.designer.esb.components.rs.consumer_7.2.1.20190612_1410\components\tRESTClient\tRESTClient_main.javajet) so I can preview the request being made (along with the query parameters) before it is sent.
When I am using different tools like curl/ postman, the call goes through without issues.
Any help is appreciated.
Thanks