2012-06-15 69 views
-1

我使用Resellerclub API創建客戶並註冊DOMAIN。Resellerclub API在測試中工作,但在工作中不工作

https://httpapi.com/ 

下面是我使用的用於創建客戶預訂域的請求:與測試環境工作的罰款:使用LIVE時

https://test.httpapi.com/ 

但同樣的事情發生故障

測試(工作正常):

https://test.httpapi.com/api/customers/signup.xml?auth-userid=xxxxx&auth-password=xxxxxx&[email protected]&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&[email protected]&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 

下面是我在實際環境中得到了錯誤:

The remote server returned an error: (500) Internal Server Error.

沒有人有這個問題?

回答

0

即使是現場呼叫包含相同的URL,包括 '測試',它會工作

相關問題