Using API to submit .REP file to ICANN
Has anyone had success submitting the report using curl? Using the following: curl --request PUT --data @<filename.rep> --user <usename>:<password> <URL> I continue to get a result of: curl: (7) couldn't connect to host I have an account establish and I'm using the test url. --------------------------------------------------------------------------------- Scott Johnson Sr. Data Architect, Data Services Group NeuStar Inc. <mailto:scott.johnson@neustar.biz> 46000 Center Oaks Plaza, Cube 1137, Sterling, VA 20166-6596 Voice: 571-434-5496
This curl command works for me: curl -H "Content-Type: text/xml" -X PUT -d @<path to .rep file> -u <username>:<password> https://test-ry-api.icann.org:8543/report/registry-escrow-report/<tld>/<id> On Tue, Sep 24, 2013 at 9:34 AM, Johnson, Scott <scott.johnson@neustar.biz>wrote:
Has anyone had success submitting the report using curl?****
** **
Using the following:****
curl --request PUT --data @<filename.rep> --user <usename>:<password> <URL>****
** **
I continue to get a result of:****
** **
curl: (7) couldn't connect to host****
** **
I have an account establish and I’m using the test url.****
** **
* *
* --------------------------------------------------------------------------------- *
*Scott Johnson*
*Sr. Data Architect, Data Services Group*
NeuStar Inc. <mailto:scott.johnson@neustar.biz <scott.johnson@neustar.biz>>
46000 Center Oaks Plaza, Cube 1137, Sterling, VA 20166-6596 Voice: 571-434-5496****
** **
participants (2)
-
John Keating -
Johnson, Scott