File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ How the REST API Works
33
33
34
34
The Relational Migrator REST API runs on the client computer or server
35
35
on which you install Relational Migrator. By default, Relational
36
- Migrator does not expose the API to any remote computers. You must make
37
- all calls to API on the same computer that you are running Relational
38
- Migrator on.
36
+ Migrator does not expose the API to any remote computers. If you use the
37
+ default security settings, you must make all calls to the API on the
38
+ same computer that you are running Relational Migrator on.
39
39
40
40
If you want to remotely access the REST API, configure the
41
41
``unattended`` profile by :ref:`installing Relational Migrator on an
42
42
unattended server <unattended-server>`.
43
43
44
44
.. warning::
45
45
46
- The REST API does not support authentication. If you use an
47
- ``unattended`` profile , users do not need to authenticate to call the
48
- API. Using remote access may cause security vulnterabilities.
46
+ The REST API does not support authentication. If you enable remote
47
+ access , users do not need to authenticate to call the API which may
48
+ cause security vulnterabilities.
49
49
50
50
When to Use REST API
51
51
--------------------
You can’t perform that action at this time.
0 commit comments