Try OpenEdge Now
skip to main content
Programming Interfaces
Input/Output Processes : Making HTTP(S) requests from ABL applications
 

Making HTTP(S) requests from ABL applications

The HTTP Client feature, which is implemented in OpenEdge.Net.pl, allows making HTTP(S) requests from ABL applications. Reference information on the OpenEdge.Net.pl procedure library is documented in: https://documentation.progress.com/output/oehttpclient/index.html
This section provides information on how to use the HTTP Client feature.
* Introduction
* Configuration
* Basic request-response functionality
* Implementing stateful clients with cookies
* Security considerations