Closed oripka closed 1 month ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 30 days with no activity.
I want to use queryContent in an app that provides content only to authenticated users. For this to work queryContent needs to send the current cookie header to the server.
Currently I construct the query manually in a hacky way:
Could we add the possibility to add certain headers before sending the query? Or is there a way to do that already without avoiding queryContent?