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
Idaithalam throws an exception if the
query has multiple times the same query parameter.
A query parameter like: ?tags=tag1,tags=tag2,tag=tag3
are 100% common and valid REST API queries.
But Idaithalam throws an error for that.
The text was updated successfully, but these errors were encountered:
Idaithalam throws an exception if the
query has multiple times the same query parameter.
A query parameter like: ?tags=tag1,tags=tag2,tag=tag3
are 100% common and valid REST API queries.
But Idaithalam throws an error for that.
The text was updated successfully, but these errors were encountered: