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
Hi @praguru14, I dont think the issue is fixed, at least I have not fixed it currently I have been following up with this. Looks like the project managers are not very active here.
Describe the bug
When sending a GET product reviews request with an invalid value of param "page" the system returns all product reviews
To Reproduce
Send the GET request as below use value for param page = %, +, #
curl --location 'https://iced-latte.uk/backend/api/v1/products/e6a4d7f2-d40e-4e5f-93b8-5d56ce6724c5/reviews?page={value}
Expected behavior
The system should reject the request with 400 HTTP Status code "error": "Bad Request".
Actual result
System accept the request and returns all product reviews.
The text was updated successfully, but these errors were encountered: