You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which isn't correct. The work around is to manually encrypt the string before passing to the filter. This isn't very robust as the developer may forget to do so
Solution:
URL encrypt the string field (encodeURIComponent) by default and provide an option to override?
The text was updated successfully, but these errors were encountered:
Version:
2.2.1
Issue:
For example giving the following service call:
The serialized URL will be:
which isn't correct. The work around is to manually encrypt the string before passing to the filter. This isn't very robust as the developer may forget to do so
Solution:
URL encrypt the string field (encodeURIComponent) by default and provide an option to override?
The text was updated successfully, but these errors were encountered: