Changes for page POST-Request


From version 1.2
edited by gru
on 31.01.2022, 13:15
Change comment: There is no comment for this version
To version 1.3
edited by gru
on 31.01.2022, 13:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,44 +6,32 @@
6 6  
7 7  == Details for POST request ==
8 8  
9 -; Request URL
10 -: The address to which the post request should be sent.
11 -; XSL template
12 -: External web service usually return a response containing XML or HTML. Sometimes it may be necessary to evaluate this response. By using an XSL template the XML or HTML that has been returned can be modified or its format changed.
13 -; Request character encoding
14 -: The character encoding for the body of the post request.
15 -; Expected response character encoding
16 -: The character encoding of the response of the web service. It will be requested with {{code language="none"}}Accept-Charset{{/code}}.
17 -; Deploy as response page
18 -: Sends the response of the POST request back to the client. If this option is deactivated, the standard response supplied by FORMCYCLE is used.
9 +* **Request URL**: The address to which the post request should be sent.
10 +* **XSL template**: External web service usually return a response containing XML or HTML. Sometimes it may be necessary to evaluate this response. By using an XSL template the XML or HTML that has been returned can be modified or its format changed.
11 +* **Request character encoding**: The character encoding for the body of the post request.
12 +* **Expected response character encoding**: The character encoding of the response of the web service. It will be requested with {{code language="none"}}Accept-Charset{{/code}}.
13 +* **Deploy as response page**: Sends the response of the POST request back to the client. If this option is deactivated, the standard response supplied by FORMCYCLE is used.
19 19  
20 20  == Data to be sent ==
21 21  
22 -; Submit all form values
23 -: When this option is turned on, the values of all form fields will be send with the post request. The name of the form field is either its [[alias, or its name>>Formcycle.Designer.Form.ElementProperties.BaseProperties]], when no alias has been set.
17 +* **Submit all form values**: When this option is turned on, the values of all form fields will be send with the post request. The name of the form field is either its [[alias, or its name>>Formcycle.Designer.Form.ElementProperties.BaseProperties]], when no alias has been set.
24 24  [[image:POST_Bezeichner.PNG]]
25 -; Use form field aliases (form values and uploads)
26 -: Form fields will be transferred using their aliases instead of their names.
27 -; Do not send files
28 -: Controls whether files that have been uploaded via the form should be sent as well. When files are sent, the body will be of type {{code language="none"}}multipart/mixed{{/code}}.
29 -; Additional values
30 -: A list of URL parameters that should be added to the request URL. Commonly this is used for additional data required by the web service.
19 +* **Use form field aliases (form values and uploads)**: Form fields will be transferred using their aliases instead of their names.
20 +* **Do not send files**: Controls whether files that have been uploaded via the form should be sent as well. When files are sent, the body will be of type {{code language="none"}}multipart/mixed{{/code}}.
21 +* **Additional values**: A list of URL parameters that should be added to the request URL. Commonly this is used for additional data required by the web service.
31 31  
32 32  == Advanced connection settings ==
33 33  
34 -; HTTP basic authentication
35 -: Uses HTTP basic authentication
36 -:: //Name//: Username for the URL
37 -:: //Password//: Password for the user
38 -; Use proxy server
39 -: Forwarding to a proxy server
40 -:: //Proxy server host name//: Name of the proxy server
41 -:: //Port//: Port of the proxy server. Default is {{code language="none"}}80{{/code}}.
42 -:: //Proxy authentication//: Authentication at the proxy server
43 -::: //Login//: Username for the proxy server
44 -::: //Password//: Password for the proxy user
25 +* **HTTP basic authentication**: Uses HTTP basic authentication
26 +** //Name//: Username for the URL
27 +** //Password//: Password for the user
28 +* ** Use proxy server**: Forwarding to a proxy server
29 +** //Proxy server host name//: Name of the proxy server
30 +** //Port//: Port of the proxy server. Default is {{code language="none"}}80{{/code}}.
31 +** //Proxy authentication//: Authentication at the proxy server
32 +*** //Login//: Username for the proxy server
33 +*** //Password//: Password for the proxy user
45 45  
46 46  == Storage options for the created files ==
47 47  
48 -; Attach file to form record
49 -: If this option is selected, files created in this action will be attached to the form record. Otherwise, they are only available for other actions within the workflow processing in the same state.
37 +* **Attach file to form record**: If this option is selected, files created in this action will be attached to the form record. Otherwise, they are only available for other actions within the workflow processing in the same state.