You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to show request.body for GET requests unless put the params in extra? Have read the documentation, googling, and even ask chatGPT, but no luck. Maybe I didn't pay too much attention, but please guide me.
The text was updated successfully, but these errors were encountered:
I know this is not the best practice, but I am working on legacy code.
So, is there a built-in way to put the request.body of GET request to the payload other than putting in extra?
As an integration engineer who integrates with more than 30 companies, I found many companies that put request.body in GET request. I agree it's not the best practice, but many people still do it.
Hey,
Is there a way to show request.body for GET requests unless put the params in extra? Have read the documentation, googling, and even ask chatGPT, but no luck. Maybe I didn't pay too much attention, but please guide me.
The text was updated successfully, but these errors were encountered: