1👍
✅
You’re sending JSON, not form-encoded data. That is found in request.body
, not request.POST
.
I must say though, if these two apps are in the same project there are much easier ways of sending data between them than by making HTTP requests.
Source:stackexchange.com