mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Add whitelist to EPP
This commit is contained in:
parent
9b4e9ca12c
commit
dc1ad9e6c5
6 changed files with 28 additions and 5 deletions
|
@ -32,6 +32,8 @@ module Depp
|
|||
|
||||
def request(xml)
|
||||
Nokogiri::XML(server.request(xml)).remove_namespaces!
|
||||
rescue EppErrorResponse => e
|
||||
Nokogiri::XML(e.response_xml.to_s).remove_namespaces!
|
||||
end
|
||||
|
||||
def repp_request(path, params = {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue