Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using the IDE » Using the Request Manager |
<Parameter Name>=<Parameter Value>[&<Parameter Name>=<Parameter Value>]
Setting | Description |
Name | The name of the request. |
Description | The description of the request. |
HTTP Method | The HTTP method for the request. You can only specify content to be included with the request if the selected HTTP method is POST, PUT, or PATCH.
|
Path | This is a relative URL path that will be appended to the base URL path defined for the web server that the application is being debugged on. This path is useful with REST-ful HTTP API calls that use the path to identify a particular resource. Do not prefix this path with a path separator (/).
|
Parameters | These are the URL parameters that will be appended to the URL path derived from the base URL path defined for the web server that the application is being debugged on, combined with the relative URL path specified above. Do not prefix the parameters with a URL parameters separator (?). However, you do need to separate multiple parameters with the ampersand (&) parameter separator.
|
Setting | Description |
Content Structure | Use this combo box to specify the structure of the content. The Text Content structure allows to include textual content that can be entered using the Content edit control, the File Content structure allows you to include a file as the content, and the Mixed Text/File Content and Mixed Form/File Content structures permit the inclusion of both textual content and file content. Any mixed content structure results in the content being encoded as multi-part content. For the Mixed Form/File Content structure, the Content Type cannot be specified because the textual content is automatically assumed to be URL-encoded, key-value data. This structure is synonymous with the multi-part form data requests that originate from submitted HTML forms.
|
Content | The textual content for the request. |
Content Type | The MIME type of the textual content. |
File Name | The file name to include as the file content for a mixed content structure. |
File Content Type | The MIME type of the file content. If the file content type has not been populated, then it will be automatically populated based upon the file extension of the file name entered or selected.
|
<Header Name>: <Header Value>
Header | Value |
Date | Current date/time in RFC 7231 format <Day-Name>, <Day> <Month> <Year> <Hour>:<Minute>:<Second> GMT |
User Agent | Populated programmatically, not used with requests defined in the request manager |
Host | Host is derived from the URL for the target web server that the request is being executed against |
Connection | Keep-Alive |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |