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 it possible to make a GET request with body nowadays in any branch?
I am still getting the error TypeError: Request has method 'GET' and cannot have a body
Swagger UI gives the error : 'TypeError : Failed to execute fetch on Window.Request with GET/HEAD method cannot have body'.
Citing #5388 which is closed now but since then OpenApi has allowed request body for GET/DELETE methods. : OAI/OpenAPI-Specification#2117
The text was updated successfully, but these errors were encountered: