internetee / registry

TLD Management Software
Other
45 stars 19 forks source link

REPP: issue with requestin contact object info with . in the object code #2539

Closed vohmar closed 1 year ago

vohmar commented 1 year ago

Its possible to use . sign in the object code, but this breaks repp requests.

Sample: contact object id: REGISTRAR.EE:12345 request: /repp/v1/contacts/REGISTRAR.EE:12345 Request params sent to registry: { "domain_filter": null, "id": "REGISTRAR", "page": "1", "per_page": "10", "q": null, "controller": "repp/v1/contacts", "action": "show", "format": "EE:12345" }

notice the value of "id" and "format"