Hello,
Using PB 2019 build 2002, I followed the tuto to create and test a Web API, then adapted it to work with an Oracle database.
Everything is working fine except when I try to change from localhost to another host. Actually, it does work with cURL or Postman (as long as I uncheck the 'Use System Proxy option') but it doesn't with PB RestClient or from a browser. I guess it is related with the enterprise proxy but I don't know how to work around it from within PB…
Any help appreciated !
Pierre
Application startup :
This works : curl http://xxx.xxx.xxx.xxx:5000/dnfapi/agent/retrieve
This doesn't work : l_rest.Retrieve(dw_3, "http://xxx.xxx.xxx.xxx:5000/dnfapi/agent/retrieve")
From Postman, it does work :
From Firefox, it doesn't work :