System.ArgumentException: Redirect URI cannot contain newline characters.

System.ArgumentException: Redirect URI cannot contain newline characters.

Redirect URI cannot contain newline characters.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Redirect URI cannot contain newline characters.
.

Çözüm(Solution)in C#:
string url;
url=url.Replace(“\n”,” “);

İfadedeki boşlukla yerini değiştirmek.

~ tarafından ismailtutumluer Ocak 16, 2007.

2 Yanıt to “System.ArgumentException: Redirect URI cannot contain newline characters.”

  1. thanks a lot

  2. tesekkurler

Yorum bırakın