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 send request e.g. http://localhost:51607/api/user?filter=FirstName!=Veronica, I noticed that library is generating X-Pagination nextPageLink as http://localhost:51607/api/User?pageNumber=2&pageSize=5&filter=FirstName!%3Dveronica with %3D instead of = character.
It would be nice when characters would not be URL encoded (Percent Encoded).
Thanks,
Branislav
The text was updated successfully, but these errors were encountered:
I wondered about this as well, but could not find a satisfying answer online on how to go about fixing it.
I have a suspicion it is linked to this github issue.
I might just add some middle-ware that replaces the percent-encoded characters after generation.
Hi Benjamin,
when I send request e.g.
http://localhost:51607/api/user?filter=FirstName!=Veronica
, I noticed that library is generating X-Pagination nextPageLink ashttp://localhost:51607/api/User?pageNumber=2&pageSize=5&filter=FirstName!%3Dveronica
with%3D
instead of=
character.It would be nice when characters would not be URL encoded (Percent Encoded).
Thanks,
Branislav
The text was updated successfully, but these errors were encountered: