Closed PeterJNelsonMN closed 5 years ago
Are you talking about your own client? Because I just ran hypermedia
example, and did this with the current frontend client:
Feel free to reopen if you continue to have trouble with your client communicating with the server.
I cannot get the "create" to work on the Hypermedia example. It appears that the client is sending a content-type of "application/json, text/plain" which the REST server rightly sees as invalid.
It also looks like it's passing a string of "[object Object]' as the request body, which might be the root cause.