Hi all,
I have a link to redirect the user to Outsystem users Espace to manage the user, In one environment its not directing correctly, adding some charcher ''%0d%0a' in the URL for example..
https://servername/%0d%0aUsers/
Code is same at all the environment.
Any idea please ? why %0d%0a is getting add in the URL?
Thanks
Rajendra Singh
Hi Rajendra,
%0d%0a is a line break, or new line. Make sure there isn't a blank line above or below one of the components you concatenate.
Kilian Hekhuis wrote:
Thanks Kilian, its working now ..
Hello Rajendra,
Can you confirm if your link(a href) uses the correct quotation marks ? It needs to have " double qoutes instead of ' single quotes.
With kind regards,
Michael de Ruijter
Michael de Ruijter wrote:
Thanks Michael de Ruijter, Yes ..the same URL is working fine at other environment.
https://servername.com + ''Users/''
Rajendra koranga wrote:
Hi, Any other idea please?
That's good to hear Rajendra, glad I could be of help. Happy coding!