SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

Add X-REPP-eppcode header to all HTTP responses? #20

Closed mwullink closed 7 months ago

mwullink commented 8 months ago

Do we want a X-REPP-eppcode response header?

pro: quick easy way of getting epp result

con: add uppler protol layer status to http layer

mwullink commented 8 months ago

do not use http header with prefix "X-" this is deprecated.

headers should start with: "REPP-" new header is: REPP-eppcode

only use REPP-eppcode when the http message-body is empty, as is the case with the check command response

mwullink commented 7 months ago

added text for this