Unable to get body in PUT request (works in POST)
Sample code:
I'm unable to identify why
Yes I know that the code above does not make much sense but it's only an example.
I'm unable to identify why
PUT does not give me any body while POST does work perfectly fine. For PUT request.body is always null EVEN if it contains body.Yes I know that the code above does not make much sense but it's only an example.