[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Trapping errors from System.Net.WebRequest

  • Thread starter Thread starter MBeynon
  • Start date Start date
Status
Not open for further replies.
M

MBeynon

Guest
Update: I've had more success with ; webClient = NEW WebClient(). webClient:Headers:Add("Content-Type", "application/x-www-form-urlencoded"). lvcResult = webClient:DownloadString(CONNECTION_URL) NO-ERROR. I can suppress the error and test lvcResult!

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