cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
919
Views
0
Helpful
1
Replies

Another RegEx question in WSA - HELP!

Try and try as I may I cannot get a specific RegEx to work in the WSA. I have been successful in the past but today I am stuck!

I have sanitized the URL as much as I can but left the special characters.

Our company blocks Google Docs implicitly so I was using the category "Allows by RegEx" as I have done in the past.

 

Here's the URL I need access to via RegEx.

https://docs.google.com/forms/d/e/1XXXXXXXXXkCidgB_l3XXXXXXXXXXXXXXXXXXXXXXeiPlg/viewform?usp=sf_link

 

I tried these to no avail

https\://docs\.google\.com/forms/d/e/1FAIXXXXXXCidgB_l359ERXXXXXXXXXXXXXXSCvA3YeiPlg/viewform\?usp=sf_link

 

https\://docs\.google\.com/forms/d/e/1FAIpXXXXXXXCidgB_l359XXXXXXXXXXXaMDSCvA3YeiPlg/viewform\?usp=sf_link

 

https\://docs\.google\.com/forms/d/e/1FAIpQXXXXXCidgB.l35XXXXXXXXXXXXXXXaMDSCvA3YeiPlg/viewform.usp.sf.link

 

https\://docs\.google\.com/forms/d/e/1FAIpQXXXXXXXxCidgB_l359XXXXXXXXXXXXMDSCvA3YeiPlg/viewform.usp.sf.link

 

https\://docs\.google\.com/forms/d/e/1FAIpQXXXXXidgB_l359ERD5kJrWTXXXXXXXXXXXXA3YeiPlg/viewform.usp.sf_link

 

Since our WSA is "End of Lifed", Cisco support told me to come here and would not lend any assistance.

Thank you for any assistance you can give.

Welcome to SunTrust Plaza! We are gathering parking information for those who choose to park in the garage during normal business hours. The parking garage will have a ticketless system that recognizes your license plate number upon entering and exiting the garage. This system will also give ...
1 Reply 1

shgrover
Cisco Employee
Cisco Employee

hello  BillGuilford8796,

 

You are not supposed to add "http or https". Also, on the WSA "\" doesnt need an escape character.

try "docs\.google\.com/forms/d/e/1XXXXXXXXXCidgB\_l359ERXXXXXXXXXXXXXXXXXXXeiPlgg/viewform\?usp\=sf\_link"

 

Regards

Shikha Grover

PS: Please don't forget to rate and select as validated answer if this answered your question.