I created some data in the base row but when I was making a request with a URL like /?page2 then failed to get data from the database showing the error code 307. but without ? All URLs working fine.
i checked API with Postman Collection all API working in postman collection but issue in some url in kodualr app only.
307 Temporary Redirect (since HTTP/1.1)
In this case, the request should be repeated with another URI; however, future requests should still use the original URI. In contrast to how 302 was historically implemented, the request method is not allowed to be changed when reissuing the original request. For example, a POST request should be repeated using another POST request.