From 2f1a8f435988e415ee6b91cd5d3857b76e2f8f13 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 17 Apr 2019 11:21:27 -0400 Subject: [PATCH] fixup! --- docs/_providers/name.com.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/_providers/name.com.md b/docs/_providers/name.com.md index 1589e2348..1728349f9 100644 --- a/docs/_providers/name.com.md +++ b/docs/_providers/name.com.md @@ -67,8 +67,8 @@ integration_test.go:140: api returned unexpected response: invalid character '<' ``` This error means an invalid URL is being used to reach the API -endpoint. It usually means a setting is `api.name.com/api` when you -should specify just `api.name.com` (remove the `/api`). +endpoint. It usually means a setting is `api.name.com/api` when +`api.name.com` is correct (i.e. remove the `/api`). In integration tests: @@ -93,4 +93,5 @@ You meant to do something like `export NAMEDOTCOM_URL='api.name.com' instead. In production, the `apiurl` setting in creds.json needs to be adjusted. You can simply leave this option out and use the default, -which is correct. +which is correct. If you are using the EO&T system, leave the +protocol (`http://`) off the URL.