mirror of
https://github.com/internetee/registry.git
synced 2025-05-29 17:10:08 +02:00
REPP readme improvement
This commit is contained in:
parent
9c75548414
commit
f5b9bc83c5
3 changed files with 5 additions and 13 deletions
|
@ -1,6 +1,10 @@
|
||||||
# REPP integration specification
|
# 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):
|
Main communication specification through Restful EPP (REPP):
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ Accept: application/json
|
||||||
Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ==
|
Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ==
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Host: www.example.com
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Response
|
#### Response
|
||||||
|
@ -19,11 +18,6 @@ HTTP/1.1 200
|
||||||
Cache-Control: max-age=0, private, must-revalidate
|
Cache-Control: max-age=0, private, must-revalidate
|
||||||
Content-Length: 867
|
Content-Length: 867
|
||||||
Content-Type: application/json
|
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
|
X-XSS-Protection: 1; mode=block
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,6 @@ Accept: application/json
|
||||||
Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ==
|
Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ==
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Host: www.example.com
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Response
|
#### Response
|
||||||
|
@ -19,11 +18,6 @@ HTTP/1.1 200
|
||||||
Cache-Control: max-age=0, private, must-revalidate
|
Cache-Control: max-age=0, private, must-revalidate
|
||||||
Content-Length: 1859
|
Content-Length: 1859
|
||||||
Content-Type: application/json
|
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
|
X-XSS-Protection: 1; mode=block
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue