Forum Discussion

hpr_220139's avatar
hpr_220139
Icon for Nimbostratus rankNimbostratus
Aug 09, 2017
Solved

webtop link parameter handling

Greetings,

 

I'm trying to supply parameters to a webtop link, but I can't find any documentation how to do this.

 

Use case: I want a webtop link of the form ;

 

and get an error message, obviously it's unhappy with the < >s .

 

Anyone a clue?

 

Thanks in advance,

 

HP.

 

  • Hi,

     

    Did you tried thy way when using variables : %{session.logon.last.username}

     

8 Replies

  • Hi,

     

    Did you tried thy way when using variables : %{session.logon.last.username}

     

    • hpr_220139's avatar
      hpr_220139
      Icon for Nimbostratus rankNimbostratus

      Hi Yann,

       

      thanks for your input. I tried indeed, but the error remains the same: 0107132a:3: Invalid application-uri (https://somecompany.com/somesite/?{id=session.ldap.last.attr.EmployeeId}). The value of application-uri query section might contain invalid characters.

       

      Though I'm a networking guy and not a programmer, I think I understood you correctly. ;)

       

      Thanks HP.

       

    • Yann_Desmarest_'s avatar
      Yann_Desmarest_
      Icon for Nacreous rankNacreous

      Hi just tested and it works for me. I saw that % is missing in your url :

      https://somecompany.com/somesite/?%{id=session.ldap.last.attr.EmployeeId}

      Now it should works for you too

      Yann

    • hpr_220139's avatar
      hpr_220139
      Icon for Nimbostratus rankNimbostratus

      Hi Yann,

       

      thanks for your input. I tried indeed, but the error remains the same: 0107132a:3: Invalid application-uri (https://somecompany.com/somesite/?{id=session.ldap.last.attr.EmployeeId}). The value of application-uri query section might contain invalid characters.

       

      Though I'm a networking guy and not a programmer, I think I understood you correctly. ;)

       

      Thanks HP.

       

    • Yann_Desmarest's avatar
      Yann_Desmarest
      Icon for Cirrus rankCirrus

      Hi just tested and it works for me. I saw that % is missing in your url :

      https://somecompany.com/somesite/?%{id=session.ldap.last.attr.EmployeeId}

      Now it should works for you too

      Yann