Servis-Rhino 4211B Betriebsanweisung Seite 95

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 298
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 94
Cross site REST calls
If you are using the Chrome web browser, it has a command line option called "--disable-
web-security" that switches off web security (Same Origin Policy) for that instance of the
browser. This is useful for development but should never be used or suggested for production.
You will know it is working because you will see a warning message:
See also:
HTTP access control (CORS)
Cross-Origin Resource Sharing - 2014-01-16
Programatically authenticating with WAS
When interacting with a WAS server, on many occasions the WAS server has to know who we are
in order to allow us to interact.
See also:
Using the Java Authentication and Authorization Service programming model for web authentication
Application Deployment
Once you have built a Worklight application, you are very likely going to want to deploy this for
execution.
To deploy Worklight applications to a WAS server, database entries are required. Here is a
summary of the recipe:
1. Create a system user called "worklight".
2. Create the database
CREATE DATABASE WRKLGHT COLLATE USING SYSTEM PAGESIZE 32768
CONNECT TO WRKLGHT
GRANT CONNECT ON DATABASE TO USER worklight
QUIT
3. dddd
db2 CONNECT TO WRKLGHT USER worklight USING password
Page 95
Seitenansicht 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100 ... 297 298

Kommentare zu diesen Handbüchern

Keine Kommentare