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
@chipsi Have you set the Content-Type header to application/json. I have found that often makes a difference. Web servers may not realize that your request body is JSON unless you tell it so via the Content-Type header. This happened on a project of mine.
Hello, I'm trying to send json object like
but nothing happend... nothing is coming on my server.
I tried also
But nothing happend. I want to send json like:
{
company_id: val,
type: val,
.....
}
someone can help me ? am I wrong ?
The text was updated successfully, but these errors were encountered: