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
Nazrul Hassan -
Anwar Hossain -
akdevelop -
ramadhan.dev -
Top comments (2)
You may have better luck asking this on stackoverflow.com
You can't add body in get request