Add whitelist to EPP

This commit is contained in:
Martin Lensment 2015-05-20 12:47:34 +03:00
parent 9b4e9ca12c
commit dc1ad9e6c5
6 changed files with 28 additions and 5 deletions

View file

@ -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 = {})