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.
Feature request: Allow for header arguments to be passed in query too #565
Open
Description
Problem:
When using software that doesn't allow to specify HTTP headers (stata, excel, etc.), users can't get data from PostgREST.
Solution:
Allow passing these arguments also as query parameters.
Authorization: Bearer <token>
could be also passwed as ?token=<token>
, similarily with Accept: <format>
as ?format=<format>