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.