roysmith / spi-tools

8 stars 3 forks source link

Ensure that the case name is properly URL escaped #233

Closed Dreamy-Jazz closed 2 years ago

Dreamy-Jazz commented 2 years ago

Use encodeURIComponent over encodeURI as the latter does not escape & characters amongst others that should be escaped in just the case name.

Fixes #205 Fixes #202 Fixes #220