This repository was archived by the owner on Feb 24, 2024. It is now read-only.
This repository was archived by the owner on Feb 24, 2024. It is now read-only.
GET call with in
filter to POST call (414 URI too long) #417
Open
Description
We currently make a GET call thats works fine with small query, but the issue is when the query is too long its not able to handle. So i want to change it to a POST call on my code side but i am not sure how it works in PostgREST, can someone help me with how to do that. Thanks for your help in advance.