Implemented a REST POST from Javelin, using the class GridTools.Javelin.RESTActivities.RESTPutActivity.
Need to disable the Proxy, because the workflow runs with error “response.StatusCode: BadGateway - StatusDescription: notresolvable”.
Tested the API with Postman and the same error never occurred again when the proxy is disabled in the settings.
What is the way to do this with Javelin?
Release : 4.10
Javelin doesn't have a UI feature to work with Proxy and uses the system level proxy defined for the machine.
Add below section in Javelin.exe.config and JavelinExecutor.exe.config of Javelin installation, restart Javelin and test.
<system.net><defaultProxy><proxy usesystemdefault="False" /></defaultProxy></system.net>