Option: HTTP Protocol - Option: HTTP Protocol - OnBase - Workflow - OnBase/Workflow/English/Foundation-22.1/Workflow/Studio-Workflow-Actions/System-Category/Send-Web-Request/Protocols/Option-HTTP-Protocol - English - Foundation 22.1

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard
ft:lastPublication
2025-08-05T12:10:55.397000
ft:locale
en-US

The http protocol has the following methods:

  • GET: Requests a representation of the specified resource (at the URI). The GET method is typically used to request a web page. It can also be used to call a web service.

  • POST: Submits data to be processed (e.g. from an HTML form) to the specified resource (at the URI). The POST method is used typically when you submit a HTML form or call a web service.

To successfully call the web server using this method, the HTTP request must have the Content-Type header which describes how the post data is encoded. To do this the user would click on the Headers button in the request settings dialog and add the Content-Type header.