DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration


First of all you should add “REST widget” plugin in your page.

../_images/1.png

Then you configure plugin according to your needs.

../_images/2.png

Url: endpoint of web service

Template filename: filename of your own fluid template

Template filename info: filename of your own fluid info template (to use in case you check “Error throw Exception”)

Check http code: throws exception in case web server returns a http code > 400

Error log: logging level to use

Connection timeout: maximum number of seconds that you allow the connection to the server

Timeout: maximum number of seconds that you allow the whole operation

Proxy host: proxy server address

Proxy port: proxy server port

Proxy credentials: proxy credentials user:password

Proxy scheme: proxy scheme basic or digest

JSON decode result: in case the web service returns json (the fluid template will receive an object)

../_images/3.png