Not able to introduce "?" in log-link

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Not able to introduce "?" in log-link

L4 Transporter

Hi,

 

Im trying to configure a log-link web with the character "?" in the middle but the PA is deleting this character "?"

Do you know if there is any way to put the question mark character "?" in the URL

 

for example this:

set deviceconfig system log-link VirusTotal.Dst url https://www.virustotal.com/en?/ip-address/{dst}/information

7 REPLIES 7

L7 Applicator

try replacing the ? with %3F 

 

https://www.w3schools.com/tags/ref_urlencode.asp

test {
url 'https://test.local/ip-addresses/"%3F"{src}';

 

its not taking the %3F as ?.

try without the quotation marks, ie:  https://test.local/ip-addresses/%3F{src}

 

Same.

Doing the "show deviceconfig system log-link" we can not see the ?

You will not see the "?" in the PAN-OS CLI or GUI... you will only see %3F.  However, when you click on the log-link, your web-browser will translate the %3F to ? 

This is the browser web when i clik in the log-link. Its not being translated 😞 

 

its solved, introducing contrl+v and then ? , its working fine

  • 5333 Views
  • 7 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!