Skip to main content
Nintex Community Menu Bar

WorkSpace Problem(Redirect URI cannot contain newline char)

  • March 27, 2007
  • 3 replies
  • 34 views

Forum|alt.badge.img+2
Hi,
When i am trying to access workspace page i am getting the following
error msg.

"Redirect URI cannot contain newline characters."

This is the URL for the error page

http://localhost/k2ws/workspace/Workspace.aspx?Login=Login&LoginOption=Default&UserName=agathee&ServerName=(myservername)&Domain=SQL&PWD=&DFServer=&autologin=true

Please give me a suggestion to overcome this problem

Thank You,

Agathee

3 replies

Forum|alt.badge.img+5
  • March 27, 2007
Hi
Try using UrlEncode :
newUrl =HttpContext.Current.Server.UrlEncode( oldUrl)

Hope it helps.
Gert

Forum|alt.badge.img+2
  • Author
  • March 29, 2007
Hi,
once i try and see the urlencode. Till now there is problem

-S.Agathee

Forum|alt.badge.img+5
  • March 30, 2007
Hi
I'm not too sure what you are saying. Is it still doing the same thing?
Gert