512
Views
2
Comments
Proxy settings in web app

Hi,


I'm trying to develop a Web application, that consume some REST services. This REST services, will make some GET precess to a server protected by one proxy.


How can i configure the proxy direcction and port in application?


Thanks for advance

2019-09-30 07-35-56
Aurelio Junior

Hi Daniel,

To achieve that you're gonna have to add an OnBeforeRequestAdvanced to your REST API and then use an extension to configure the proxy. Here's one from the Forge:

https://www.outsystems.com/forge/component-overview/3361/restproxy

2020-02-28 09-46-54
Eduardo Jauch

Hello Daniel,

I'm not sure, as I never had to implement something like this, but you can check this topic: https://www.outsystems.com/forums/discussion/15511/consume-rest-services-through-a-http-proxy/

Hope it helps.

Cheers.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.