HTTP Request - Execute Method

Execute the Request synchronously

Member of HTTP Request (PRIM_WEB.HttpRequest)

Details

The Execute method is used to execute the HTTPRequest synchronously.
 
Synchronous execution will lock the browser until the request completes or fails.
 
The use of Asynchronous requests is recommended.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2