From 02a5c3c3198f23419685c87f1fc1ef9270af21b5 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Sat, 8 Oct 2011 12:29:18 +0200 Subject: [PATCH] [doc] Add note in web services README about HTTP Basic Authentication --- scripts/rest-clients/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/rest-clients/README b/scripts/rest-clients/README index 996a8a82a..974bbc022 100644 --- a/scripts/rest-clients/README +++ b/scripts/rest-clients/README @@ -89,6 +89,10 @@ permissions for web services of NavalPlan. Default credentials are: * User: ``wswriter`` * Password: ``wswriter`` +.. NOTE:: + + NavalPlan web services use `HTTP Basic Authentication`_ + Common parameters ----------------- @@ -168,3 +172,6 @@ errors trying to insert the data in the system. Example:: $ ./import-resources.sh resources-sample.xml + + +.. _`HTTP Basic Authentication`: http://www.w3.org/Protocols/HTTP/1.0/spec.html#BasicAA