Resellerclub APIを使用して顧客を作成し、ドメインを登録しています。テスト環境で正常に動作します:
https://test.httpapi.com/
しかし、LIVEで使用すると同じことが失敗します:
https://httpapi.com/
以下は、ドメインを予約する顧客を作成するために使用しているリクエストです。
テスト(正常に動作します):
https://test.httpapi.com/api/customers/signup.xml?auth-userid=xxxxx&auth-password=xxxxxx&username=prasadvemala@xxxx.com&passwd=xxxxxx&name=Prasad Vemala&company=Prasad Vemala&address-line-1=my address1&city=Fort Collins&state=CO&country=US&zipcode=80526&phone-cc=1&phone=1234567890&lang-pref=en
しかし、LIVE(失敗):
https://httpapi.com/api/customers/signup.xml?auth-userid=xxxxx&auth-password=xxxxxx&username=prasadvemala@xxxx.com&passwd=xxxxxx&name=Prasad Vemala&company=Prasad Vemala&address-line-1=my address1&city=Fort Collins&state=CO&country=US&zipcode=80526&phone-cc=1&phone=1234567890&lang-pref=en
以下は、LIVE環境で発生したエラーです。
リモート サーバーがエラーを返しました: (500) 内部サーバー エラー。
誰かがこの問題を抱えていましたか?