Please enable JavaScript to view this site.

Administration manual

For the create function application with POST method it is necessary to perform a setting in Internet Information Services. Thus you will be enabled to overwrite the service variable the CONTENT_TYPE. Without this configuration the POST function utilization will not be possible; the request will be rejected as server error 500.50.

Call up the Internet Information Services (IIS) Manager and open your JobRouter application. Navigate to the directory api/jobarchivelink and mark the entry jobarchivelink in the directory link. Click in Features view under IIS on the entry URL Rewrite. Make sure that api/jobarchivelink Home is shown as the headline.

iis_konfiguration_features

On the right side of the URL Rewrite page you will find the input Show server variables under Actions:

iis_konfiguration_urlrewrite

Chose this menu entry and click on the right side for Actions on Add:

iis_konfiguration_servervariablen

A form window will be opened. Enter here CONTENT_TYPE as value for the server variable name:

iis_konfiguration_servervariable_hinzufügen

Confirm the value with OK. The server variable has been added successfully:

iis_konfiguration_servervariablen2