[Progress Communities] [Progress OpenEdge ABL] Forum Post: Cannot do a PUT Using HTTP Client

  • Thread starter Thread starter Jeff Ledbetter
  • Start date Start date
Status
Not open for further replies.
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:Put(cPut,oPayload):ContentType('application/json'):UsingBasicAuthentication(credentials):Request. httpResponse = httpClient:Execute(httpRequest). MESSAGE httpResponse:StatusCode VIEW-AS ALERT-BOX

Continue reading...
 
Status
Not open for further replies.
Back
Top