Hi, is there any way to send json body in GET request of react useQuery ?
for example i want to send below id in json body :-
{
"id": 21
}
Hi, is there any way to send json body in GET request of react useQuery ?
for example i want to send below id in json body :-
{
"id": 21
}
For further actions, you may consider blocking this person and/or reporting abuse
Abhay Singh Kathayat -
Rukesh Basukala -
Julian Martinez -
John Brooks -
Top comments (2)
You may have better luck asking this on stackoverflow.com
You can't add body in get request