SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

Use HTTP HEAD method for check command? #17

Closed mwullink closed 7 months ago

mwullink commented 8 months ago

HEAD method has no response message-body

we could use a http header to signal the response, 0-1, avail-noavail. but then we need to describe that the check message is not used for repp anymore

mwullink commented 8 months ago

use HEAD method and return an empty response body

REPP-eppcode: 1000 REPP-check-avail: 0 REPP-check-reason: In use

mwullink commented 7 months ago

changed this to the options command use root resource: OPTIONS / HTTP/2