Hi,

We are trying to migrate data from one environment into another, while
doing so we are receiving 401 responses some times.


Query:
xdmp:http-put("
http://remoreserver_rest_service:9000//v1/documents?uri=/test.xml";,
      <options xmlns="xdmp:http">
 <authentication method="digest">
  <username>{$userName}</username>
  <password>{$password}</password>
</authentication>
<data>{xdmp:quote("<testing/>")}</data>
 <headers>
  <content-type>application/xml</content-type>
</headers>
      </options>
      )

Access LOG:

       *Source IP*

*User*

*Date*

*Time*

*Column 5*

*Request*

*Response2*

*Column8*

*Column10*

localhost

25/10/13

01:12:43

400

PUT /v1/documents?uri=/test.xml HTTP/1.1

 401

211

Can you let me know what does column 5,8 and 10 specify?


Thanks & Regards,
Rajesh
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to