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
When I make a call to my API with paramters to use LIKE filter it happens that the format of the passed value is cahnged to not UTF8.
This problem causes the error "Malformed UTF-8 characters, possibly incorrectly encoded"
Example of a call to my API's backend:
api/clienti?cliente[LIKE]=%CALOI%
The text was updated successfully, but these errors were encountered:
When I make a call to my API with paramters to use LIKE filter it happens that the format of the passed value is cahnged to not UTF8.
This problem causes the error "Malformed UTF-8 characters, possibly incorrectly encoded"
Example of a call to my API's backend:
api/clienti?cliente[LIKE]=%CALOI%
The text was updated successfully, but these errors were encountered: