Search found 3 matches

by AmitS
Thu Mar 11, 2021 10:49 am
Forum: Questions & Answers
Topic: Consuming RESTful web service via proxy server
Replies: 5
Views: 25265

Re: Consuming RESTful web service via proxy server

Hello All,
Just an update: We did not find any solution to this issue within LANSA. However, we managed to deliver this functionality by allowing these request to pass the firewall. Ideal situation would have been that httprequest enables us to specify which proxy to be used. Thanks!
by AmitS
Wed Feb 17, 2021 4:51 am
Forum: Questions & Answers
Topic: Consuming RESTful web service via proxy server
Replies: 5
Views: 25265

Re: Consuming RESTful web service via proxy server

Thank you Dino for your response.

We have tried using the URIBuilder but it does not work for our case.
We are trying to implement below:

Define_Com Class(#XPRIM_HttpRequest) Name(#Req)
#Req.Content.AddUrlEncodedFormValue Name('grant_type') Value('client_credentials')
#Req.Content ...
by AmitS
Thu Feb 11, 2021 9:09 am
Forum: Questions & Answers
Topic: Consuming RESTful web service via proxy server
Replies: 5
Views: 25265

Re: Consuming RESTful web service via proxy server

Hello,

We are also facing a very similar challenge. Does anyone know how this can be solved?
Any help is very much appreciated. Thank you!