X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fzoom.xml;h=d1ccf8ea0424acab2bfa9187387a3276778d8a55;hp=930d979a7a5887750f0f0ffd9b5ec44a9d57cbb7;hb=053367cbe356fb3ce0def34b065dae589d700daf;hpb=1871ec21035e62b527bbb609a40f019794e43387 diff --git a/doc/zoom.xml b/doc/zoom.xml index 930d979..d1ccf8e 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -190,6 +190,9 @@ ZOOM_options_set_int(opt, name, value) passwordAuthentication password. none + authenticationModeHow authentication is encoded. + basic + hostTarget host. This setting is "read-only". It's automatically set internally when connecting to a target. none @@ -390,9 +393,9 @@ ZOOM_options_set_int(opt, name, value) SRU/Solr Protocol behavior - The HTTP based protocols (SRU, SRW, Solr) doesn't feature an Inititialize Request, so - the connection phase merely establishes a TCP/IP connection - with the SOAP service. + The HTTP based protocols (SRU, SRW, Solr) doesn't feature an + Inititialize Request, so the connection phase merely establishes a + TCP/IP connection with the HTTP server. Most of the ZOOM connection options do not affect SRU/Solr and they are ignored. However, future versions @@ -403,6 +406,19 @@ ZOOM_options_set_int(opt, name, value) The charset is used in the Content-Type header of HTTP requests. + + Setting authentcationMode specifies how + authentication parameters are encoded for HTTP. The default is + "basic" where user and + password are encoded by using HTTP basic + authentication. + + + If authentcationMode is "url", then + user and password are encoded in the URL by parameters + x-username and x-password as + given by the SRU standard. + Queries @@ -948,6 +964,12 @@ ZOOM_options_set_int(opt, name, value) *len. + json + Like xml, but MARC records are converted to + MARC-in-JSON. + + +