简体   繁体   English

远程服务器返回错误:(400)错误的请求(电子邮件帐户创建者)

[英]The remote server returned an error: (400) Bad Request (email account creator)

I am receiving this error in my email account creator. 我在电子邮件帐户创建者中收到此错误。 I don't know where the issue could be... It worked until the last week. 我不知道问题可能在哪里...一直持续到上个星期。 It keeps saying that the account already exists. 它一直说该帐户已经存在。 I am doing it with C#. 我正在用C#来做。

I have: 我有:

confirmationBox, confirmationBox.Designer,ControlPanel, ControlPanel.Designer,LoginBox,LoginBox.Designer,Program andRandomPassword. ConfirmationBox,confirmationBox.Designer,ControlPanel,ControlPanel.Designer,LoginBox,LoginBox.Designer,Program和RandomPassword。

If it comes to your mind where could the problem be, please let me know, this is driving me crazy. 如果您想到问题可能出在哪里,请告诉我,这使我发疯。

And the user doesn't exist. 并且用户不存在。

This is a server error, it has nothing to do with C#. 这是服务器错误,与C#无关。

Check if the account already exists, try to create an other account. 检查该帐户是否已经存在,尝试创建另一个帐户。 You could also check the case sensitivity of your email server. 您还可以检查电子邮件服务器的区分大小写。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 (400)错误的请求->远程服务器返回错误:(400)错误的请求 - (400) Bad Request -> The remote server returned an error: (400) Bad Request 远程服务器返回错误:(400)错误请求? - The remote server returned an error: (400) Bad Request? 远程服务器返回错误(400)错误的请求 - the remote server returned an error (400) bad request Linq To Twitter错误-“远程服务器返回错误:(400)错误的请求” - Linq To Twitter error - “The remote server returned an error: (400) Bad Request” WebClient UploadFile远程服务器返回错误:(400)错误的请求 - WebClient UploadFile The remote server returned an error: (400) Bad Request 远程服务器返回错误(400)错误的请求,状态为ProtocolError - The remote server returned an error (400) Bad Request, status ProtocolError C#FCM:远程服务器返回错误:(400)错误的请求 - C# FCM : The remote server returned an error: (400) Bad Request 远程服务器返回错误:(400)错误请求。 - The remote server returned an error: (400) Bad Request. 如何修复:远程服务器返回错误:(400) 错误请求 - HOW TO FIX: The remote server returned an error: (400) Bad Request HttpWebResponse:远程服务器返回错误:(400) 错误请求 - HttpWebResponse: The remote server returned an error: (400) Bad Request
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM