TAGGRS / taggrs-tracking-tag-client

De TAGGRS tracking tag kan je gebruiken om je gegevens te meten en te vergelijken met de server side op het TAGGRS dashboard.
Apache License 2.0
1 stars 1 forks source link

Use EncodeUri() if part of the URL path or EncodeUriComponent() if used as a URL parameter #1

Open semisight opened 4 months ago

semisight commented 4 months ago

https://github.com/TAGGRS/taggrs-tracking-tag-client/blob/498074327cb06f96bcee11d0ddc08ca3ff2da723/template.tpl#L67

When reviewing your template, we've noticed that it is using user-defined parameters to build a URL. It's best practice to use encodeUri() if part of the URL path or encodeUriComponent() if used as a URL parameter.

mborrel-14 commented 3 months ago

Thanks for the Feedback!

We have recently updated our metadata.yaml file and template code containing the encodeUriComponent() function.