Hi Thomas,
You should URL Encode the data part of your urls.
For example
http://our_domain:8080/arsys/forms/ourars/AR System Midtier Object List
http%3A%2F%2Four_domain%3A8080%2Farsys%2Fforms%2Fourars%2FAR%20System%20Midtier%20Object%20List
So the complete string would read:
http://our_domain:8080/rsso/start?bypass-auth=true&tenant=*&goto=http%3A%2F%2Four_domain%3A8080%2Farsys%2Fforms%2Fourars%2FAR%20System%20Midtier%20Object%20List
I used this site to do it now: https://meyerweb.com/eric/tools/dencoder/
Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)
Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13)
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs
Find these products, and many free tools and utilities, at http://rrr.seMarch 8, 2018 8:25 PM, "Thomas Miskiewicz" <
tmiskiew@gmail.com> wrote:
Hi Listers,
URLs like:
give us HTTP 404.
It seems that the Tomcat / RSSO doesn’t like the blanks or colons in the goto part. Any idea how to fix this?
Thanks
Thomas