Redirect URI cannot contain newline characters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

i am getting this error once i submit my page to a payment gateway and when
it returns the reponse back.

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.

can any help on this issue?

thanks
Thomas
 
I suppose you send this page an address to which it should redirect once
done ? If yes, have you checked you don't have invalid characters in this
address ?
 
No I didn't. Thanks I will.

Patrice said:
I suppose you send this page an address to which it should redirect once
done ? If yes, have you checked you don't have invalid characters in this
address ?
 
Hi, I have the same problem. I review the url and I not found invalid
characters. My error happens when I redirect from login Page using the
returnURL,before it was well, but now it does not work correctly what is
the problem, please help me
 
Back
Top