From f5b9bc83c57e9f210219432baaed2f179bfcb0e0 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 25 Mar 2015 10:48:45 +0200 Subject: [PATCH] REPP readme improvement --- doc/repp-doc.md | 6 +++++- doc/repp/v1/contact.md | 6 ------ doc/repp/v1/domain.md | 6 ------ 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/doc/repp-doc.md b/doc/repp-doc.md index 7b972346e..914ab789f 100644 --- a/doc/repp-doc.md +++ b/doc/repp-doc.md @@ -1,6 +1,10 @@ # REPP integration specification -REPP uses currently Basic Authorization +REPP uses currently Basic Authentication (http://tools.ietf.org/html/rfc2617#section-2) with ssl certificate and key. +Credentials and certificate are issued by EIS (in an exchange for client name, CSR and IP). + +Test API endpoint: https://repp.todo.ee/repp/v1 +Production API endpoint: https://repp.todo.ee/repp/v1 Main communication specification through Restful EPP (REPP): diff --git a/doc/repp/v1/contact.md b/doc/repp/v1/contact.md index 057d6bb1d..83c9337f4 100644 --- a/doc/repp/v1/contact.md +++ b/doc/repp/v1/contact.md @@ -10,7 +10,6 @@ Accept: application/json Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ== Content-Length: 0 Content-Type: application/json -Host: www.example.com ``` #### Response @@ -19,11 +18,6 @@ HTTP/1.1 200 Cache-Control: max-age=0, private, must-revalidate Content-Length: 867 Content-Type: application/json -ETag: W/"0fe2b795798cd8d371fc1ba5e0a7d8c4" -X-Content-Type-Options: nosniff -X-Frame-Options: SAMEORIGIN -X-Request-Id: 4629e62c-8636-4624-b5ab-3ffa91ec799b -X-Runtime: 0.147222 X-XSS-Protection: 1; mode=block { diff --git a/doc/repp/v1/domain.md b/doc/repp/v1/domain.md index ecc670c3c..432bba408 100644 --- a/doc/repp/v1/domain.md +++ b/doc/repp/v1/domain.md @@ -10,7 +10,6 @@ Accept: application/json Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ== Content-Length: 0 Content-Type: application/json -Host: www.example.com ``` #### Response @@ -19,11 +18,6 @@ HTTP/1.1 200 Cache-Control: max-age=0, private, must-revalidate Content-Length: 1859 Content-Type: application/json -ETag: W/"a63861e741f479e8099f9fdb913a8e66" -X-Content-Type-Options: nosniff -X-Frame-Options: SAMEORIGIN -X-Request-Id: bdda3b2d-d65a-441f-8c2e-751e56de4d18 -X-Runtime: 0.017877 X-XSS-Protection: 1; mode=block {