M
mgrmark
Guest
I got the below error when trying to make a request-response build with OpenEdge API like below iclRequest = RequestBuilder
ost(ichURL, oBody) :AddHeader("authorization", "Bearer " + ichToken) :AddHeader("Content-Type", "application/json") :Request. iclResponse = ClientBuilder:Build():Client:Execute(iclRequest). I solved it by switching from https to http . Support said that adding -nohostverify parameter to the connect would fix it but I don't see how to add this flag to the builder. The feature would be to add CONNECT flags in the builder to be passed down . Thanks, Mihai
Continue reading...
Continue reading...