J
Jeff Ledbetter
Guest
Hi. Are there known issues with making a PUT request with the HTTP ABL client? I am trying to send JSON. My test case works as expected in a REST client (Insomnia) but fails when 403 when I use ABL. I have no issues with GET requests to this same server. Any clues on where to start looking? Code snippet: httpClient = ClientBuilder:Build():Client. httpRequest = RequestBuilder
ut(cPut,oPayload):ContentType('application/json'):UsingBasicAuthentication(credentials):Request. httpResponse = httpClient:Execute(httpRequest). MESSAGE httpResponse:StatusCode VIEW-AS ALERT-BOX
Continue reading...

Continue reading...