WebCentre: Using UserData

WebCentre’s UserData store is a centralised dictionary object which can be accessed via a REST API, allowing web panels and other systems to share, store and retrieve arbitrary text objects held on the WebCentre server. Viewing UserData Administrators can view,...

Inserting Web Panels with HTML iframe tags.

It’s possible to run a web panel from webCentre in an iframe on a web page delivered by another server. <iframe src=”https://webcentre.rascular.com/panels/15?clean&amp;scale” width=”800px” height=”400px”> For best...

Making WebCentre Panels publicly available

Normally users need to log in to WebCentre in order to view and run panels. In some environments this may be unnecessary for certain panels. From WebCentre 2.3, to allow open access to panels, create a role called PUBLIC Then, edit the properties of the required...

Enabling HTTPS on Webcentre

By default, WebCentre is configured to use HTTP. The steps needed to get HTTPS working on WebCentre aren’t too complicated, but a basic understanding of how web security and certificates work is required. We’ll assume you have a certificate for...