Salesforce

Is a new connection made every time a new URL is requested using HTTP Client?

« Go Back

Information

 
TitleIs a new connection made every time a new URL is requested using HTTP Client?
URL Nameis-a-new-connection-made-every-time-a-new-url-is-requested-using-http-client
Article Number000125386
EnvironmentProduct: OpenEdge
Version: 11.x, 12.x
OS: All supported platforms
Other: N/A
Question/Problem Description
Is a new connection made every time a new URL is requested using HTTP Client?
If different URL's are used in the same ABL Procedure in different requests with HTTP Client, is a new connection made every time a new URL is requested?
 
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Yes, the HTTP Client is opening/closing a new connection to the server when a new request is sent to the server. The HTTP Client uses ABL sockets underneath and can be traced with LOG-MANAGER if needed, which will show the CONNECTION and DISCONNECITON for every request.
 
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 6:55 AM

Powered by