WPIntell

Source evidence

Formatting Escape characters

Pass URL Parameters to Embedded iFrame · support · 2020-04-23T16:49:00+00:00

neutralsentiment
lowseverity
0.32relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
kylesullens resolved
We use a link generator that escapes spaces in the URL querystring using the ‘+’ character. We have no control over how the link is encoded. Ideally, the plugin that parses the querystring could be conditioned to replace the ‘+’ character with the appropriate %20 space escape character. Or have a more general RegEx based string manipulation feature. Thanks for any help you can provide. The page I need help with: [ log in to see the link] Hello, Adding encoding to the link would change the plus character to the escape character of %2B. It would only change to %20 if it was a space. Since this is specific to your situation you would need some custom logic since you would like to change a plus character to a space character. Thanks, Steve

Comments

1 shown
Steve Jones 2020-04-30T16:37:00+00:00

Hello, Adding encoding to the link would change the plus character to the escape character of %2B. It would only change to %20 if it was a space. Since this is specific to your situation you would need some custom logic since you would like to change a plus character to a space character. Thanks, Steve