GET and POST Requests

When retrieving a form, data with which form fields can be automatically filled in, can be delivered. We differentiate between two different methods of delivery.

GET Request

In case of a GET request all additional data is attached to the URL for the form retrieval. The URL is completed with the parameters in the form &x-NamedesFeldAnkers.
 

To ensure that the corresponding fields are automatically filled, the conditional default value must be filled (in 'further properties') with WOSession.userInfo.NamedesFeldAnkers during the configuration of pararaphs.

Caution: In contrast to the parameter transfer in the URL, the x is not added to the anchor is this case.

When retrieving a form with added parameters, the corresponding fields in the form will be filled in. .

 

 POST Requests

In case of a POST request all additional data is delivered in the body of the message.

A POST request with the data creates an identical pre-filling as shown in the above example with URL parameters:

<form method="post">
    <input class="btnM btnUncoded logt" value="Max" name="x-vorname" type="hidden">
    <input class="btnM btnUncoded logt" value="Mustermann" name="x-nachname" type="hidden">
    <input class="btnM btnUncoded logt" value="max.mustermann@web.de" name="x-email" type="hidden">
</form>
 

 

 

 

 

Thema

Informationen für Administratoren

Offen

Übergabe von Post-Requests nicht sauber erklärt. Renés Kommentar beachten

 

Wer

Status

OFFEN