Error 307 in web during get rest api

I am using baserow database for my app.

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.

Probably this can help List of HTTP status codes - Wikipedia

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.

Taifun

but the issue in only kodular not in other platforms so how can i solved is or solve this issue ??

Maybe this example that I have working will help you.

The word Token has a space at the end

image

Does it work?

@Gaston I try your method and now it’s working fine. thank you for your help and guide.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.